summaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2007-07-02 17:47:45 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2007-07-02 17:47:45 +0000
commitf3e8535d63e76d8910bb38155e471e4973039173 (patch)
tree97a1dade49f61bcadcf33ba379870351052910e2 /x11/libX11
parentCompile with FONTCACHE by default as before Xorg 7 and add WITHOUT_XFS_CACHE (diff)
Bump revision for patch-src::GetMoEv.c.
Whitespace cleanup by chinsan.
Notes
Notes: svn path=/head/; revision=194697
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 0681b7f87eb4..3a005f09680c 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libX11
PORTVERSION= 1.1.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11
@@ -16,10 +17,10 @@ COMMENT= X11 library
.if defined(WITH_XCB)
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
RUN_DEPENDS= ${BUILD_DEPENDS}
-CONFIGURE_ARGS= --with-xcb=yes
+CONFIGURE_ARGS= --with-xcb=yes
PLIST_SUB+= XCB=""
.else
-CONFIGURE_ARGS= --with-xcb=no
+CONFIGURE_ARGS= --with-xcb=no
PLIST_SUB+= XCB="@comment "
.endif