diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 12:03:31 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-08 12:07:09 +0100 |
commit | f0b342a7af7a2ff0a1597947d1c209a4b8397106 (patch) | |
tree | a1b5f2bf46c942884f2a8437b1061770833ef267 /devel/Makefile | |
parent | 8edfb44955c54b5cedf914c65277d36914aa1f36 (diff) |
hook more stuff
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> |