1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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