diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-31 19:48:16 +0200 |
commit | 9258f618a4ce814bfd4c53b2503f9eec3df70fd3 (patch) | |
tree | f00087fb632883ff0447d3a2c0ec4ecb231af751 /devel/xcb-proto | |
parent | c9d22be7c052def49eca9d111272f93f34eb023a (diff) |
use the new xenocara module and adapt for PREFIX=/usr/X11R6
While here cleanup some Makefiles
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index d554a4b..981692b 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -14,7 +14,7 @@ PERMIT_PACKAGE = Yes MASTER_SITES = ${MASTER_SITE_XORG:=proto/} -MODULES= lang/python +MODULES= lang/python xenocara SEPARATE_BUILD = Yes CONFIGURE_STYLE = autoreconf @@ -28,4 +28,5 @@ NO_BUILD = Yes NO_TEST = Yes MODPY_BUILDDEP = Yes + .include <bsd.port.mk> |