diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-29 09:25:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-29 09:25:58 +0000 |
commit | e471a9d4c11ef82a6d88368c45b01a20494a9be3 (patch) | |
tree | ccd770ab6969fc685a0c3179a284be78bb11504b /x11 | |
parent | 04536f195992bc6ea0234b00d078393a4edf4392 (diff) | |
download | ports-e471a9d4c11ef82a6d88368c45b01a20494a9be3.tar.gz ports-e471a9d4c11ef82a6d88368c45b01a20494a9be3.zip |
Notes
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 |