diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:48:31 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-11-05 19:48:31 +0100 |
commit | b6c46a0bcaca2f1d3e8d598ba7250111ec49e1a5 (patch) | |
tree | 94a928d75cc9dc08563472e9677292ca98df2268 /devel/xcb-proto | |
parent | b80de1a0452443215672e66adb79edcedfcdfa14 (diff) |
devel/xcb-proto: proper Makefile order
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index 7292a13..ef0303d 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -15,14 +15,13 @@ SITES = ${SITE_XORG:=proto/} MODULES= lang/python xenocara +BUILD_DEPENDS = devel/xorg-util-macros + SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf -BUILD_DEPENDS = devel/xorg-util-macros - NO_BUILD = Yes NO_TEST = Yes MODPY_BUILDDEP = Yes - .include <bsd.port.mk> |