diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 11:56:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 11:56:52 +0000 |
commit | d16ff179253459cdba718b0e10a7e0423594f35c (patch) | |
tree | 733c5c7d10c57c437f3d41ac2a6249a97f13ae96 | |
parent | c77e16e86a85afec4bee307db707949f0a039d48 (diff) |
Notes
-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 eab4f99081b7..1a060086fa7c 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/l CONFIGURE_ARGS+= --disable-build-docs --without-doxygen --enable-xinput USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GNOME= libxslt:build USE_GMAKE= yes USE_LDCONFIG= yes |