aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2007-07-03 01:47:45 +0800
committerlesi <lesi@FreeBSD.org>2007-07-03 01:47:45 +0800
commit2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d (patch)
tree8f4dfe7f04bed6e1ccf0f5a00e872851cf538926
parente9b436b74bb89237ea587717d62c9196fd007f23 (diff)
downloadfreebsd-ports-graphics-2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d.tar.gz
freebsd-ports-graphics-2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d.tar.zst
freebsd-ports-graphics-2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d.zip
Bump revision for patch-src::GetMoEv.c.
Whitespace cleanup by chinsan.
-rw-r--r--x11/libX11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 0681b7f87eb..3a005f09680 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