diff options
author | lesi <lesi@FreeBSD.org> | 2007-07-03 01:47:45 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-07-03 01:47:45 +0800 |
commit | 2757c2ed450f2dfd4a98aa817d7e6ac6e1179e5d (patch) | |
tree | 8f4dfe7f04bed6e1ccf0f5a00e872851cf538926 | |
parent | e9b436b74bb89237ea587717d62c9196fd007f23 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |