diff options
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e11e39..26ea984 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,7 +1,10 @@ SUBDIR = + SUBDIR += gccmakedep + SUBDIR += libxcvt SUBDIR += xcb-proto - SUBDIR += xorgproto + SUBDIR += xcb-util-m4 SUBDIR += xorg-util-macros + SUBDIR += xorgproto .include <bsd.port.subdir.mk> |