diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-29 17:25:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-29 17:25:58 +0800 |
commit | 3a6bb8fab02b33e6c3dcc890dc62b6d70374cd45 (patch) | |
tree | ccd770ab6969fc685a0c3179a284be78bb11504b /x11 | |
parent | 5a374bd19642252973b5870925f7d6c1ea386ad5 (diff) | |
download | freebsd-ports-gnome-3a6bb8fab02b33e6c3dcc890dc62b6d70374cd45.tar.gz freebsd-ports-gnome-3a6bb8fab02b33e6c3dcc890dc62b6d70374cd45.tar.zst freebsd-ports-gnome-3a6bb8fab02b33e6c3dcc890dc62b6d70374cd45.zip |
Fix previous commit
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 9c8d6458a42b..2c0c0ad427a0 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-st CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput XORG_CAT= lib -USES= cpe gmake python,build +USES= cpe gmake python:build USE_GNOME= libxslt:build USE_XORG= xau xdmcp INSTALL_TARGET= install-strip |