diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-22 11:02:34 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-22 11:02:34 +0000 |
commit | 081fa90429d347dfc319f3415575d499fca10408 (patch) | |
tree | cf9b3f11043ea00795500246f6e9afc490eb28d9 | |
parent | 96a96f29663be9b271239034a3255c28c60a7583 (diff) | |
download | ports-081fa90429d347dfc319f3415575d499fca10408.tar.gz ports-081fa90429d347dfc319f3415575d499fca10408.zip |
Notes
-rw-r--r-- | x11/libxcb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 7af51a5f52d6..d8833ebe1927 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -20,10 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= gmake python:2,build +USES= cpe gmake python:2,build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip +CPE_VENDOR= x OPTIONS_DEFINE= DOCS |