diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:47:45 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:47:45 +0000 |
commit | f3e8535d63e76d8910bb38155e471e4973039173 (patch) | |
tree | 97a1dade49f61bcadcf33ba379870351052910e2 | |
parent | Compile 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
-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 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 |