diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libxcb | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 10 | ||||
-rw-r--r-- | x11/libxcb/files/patch-xcb.pc.in | 11 |
2 files changed, 4 insertions, 17 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> diff --git a/x11/libxcb/files/patch-xcb.pc.in b/x11/libxcb/files/patch-xcb.pc.in deleted file mode 100644 index c9ed7bfdd4e9..000000000000 --- a/x11/libxcb/files/patch-xcb.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- xcb.pc.in.orig Wed Jan 24 16:34:02 2007 -+++ xcb.pc.in Wed Jan 24 16:36:32 2007 -@@ -6,7 +6,7 @@ - Name: XCB - Description: X-protocol C Binding - Version: @PACKAGE_VERSION@ --Requires.private: @NEEDED@ -+Requires.private: pthread-stubs - Libs: -L${libdir} -lxcb - Libs.private: @LIBS@ - Cflags: -I${includedir} |