diff options
Diffstat (limited to 'x11/libxcb/Makefile')
-rw-r--r-- | x11/libxcb/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 79c8b60c3653..9f0fd2fd204f 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -7,7 +7,7 @@ PORTNAME= libxcb PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ @@ -21,11 +21,12 @@ BUILD_DEPENDS= ${LIB_PC_DEPENDS} \ dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= ${LIB_PC_DEPENDS} -USE_X_PREFIX= yes +PREFIX= ${X11BASE} USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack USE_GMAKE= yes USE_LDCONFIG= yes +USE_XORG= xau xdmcp GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} @@ -54,7 +55,4 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__xcb.h \ ${FILESDIR}/extra-patch-src__xcb_auth.c .endif -post-build: - DISPLAY= ${GMAKE} -C ${WRKSRC} check - .include <bsd.port.post.mk> |