- Add missing USE_XORG dependens

Submitted by:	pointyhat via pav
This commit is contained in:
Martin Wilke 2008-04-23 23:43:12 +00:00
parent 9806890f0c
commit f9368b2b5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211866

View file

@ -7,7 +7,7 @@
PORTNAME= clip PORTNAME= clip
DISTVERSION= 1.1.16-1 DISTVERSION= 1.1.16-1
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= databases lang CATEGORIES= databases lang
MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \ MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \
ftp://www.cis.by/pub/clip/pub/clip/ \ ftp://www.cis.by/pub/clip/pub/clip/ \
@ -38,10 +38,12 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${DISTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${DISTVERSION}
USE_GETTEXT= yes USE_GETTEXT= yes
USE_XORG+= x11 xau ice xproto USE_XORG+= x11 xau ice xproto xmu xpm
WANT_GNOME= yes WANT_GNOME= yes
SUB_FILES= pkg-message SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= IODBC "iODBC support" on \ OPTIONS= IODBC "iODBC support" on \
UNIXODBC "unixODBC support (not with iODBC)" off \ UNIXODBC "unixODBC support (not with iODBC)" off \