1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Remove empty USE_XORG line.

- Fix RUN_DEPENDS when WITH_XCB is defined (off by default).

PR:		ports/127505
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	portmgr (self)
This commit is contained in:
Florent Thoumie 2008-09-21 09:10:31 +00:00
parent ef6f679ce3
commit f05bffc52c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220444

View File

@ -19,7 +19,6 @@ OPTIONS= XCB "use XCB for low-level protocol implementation" off
XORG_CAT= lib
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
kbproto:both inputproto xf86bigfontproto xproto:both
USE_XORG+=
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+= --enable-xdmauth --datadir=${PREFIX}/lib
@ -27,7 +26,7 @@ CONFIGURE_ARGS+= --enable-xdmauth --datadir=${PREFIX}/lib
.if defined(WITH_XCB)
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
RUN_DEPENDS+= ${BUILD_DEPENDS}
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-xlib.pc:${PORTSDIR}/x11/libxcb
CONFIGURE_ARGS+= --with-xcb=yes
PLIST_SUB+= XCB=""
.else