aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-24 07:43:12 +0800
committermiwi <miwi@FreeBSD.org>2008-04-24 07:43:12 +0800
commit78b539cc69159760d71035e9e3a292f6f948a295 (patch)
treea0b63bd825c42a77c9ac8c4435138cff7374ba2a /databases
parentf1a1cd4098c775f01d3179519024498a9272690e (diff)
downloadfreebsd-ports-gnome-78b539cc69159760d71035e9e3a292f6f948a295.tar.gz
freebsd-ports-gnome-78b539cc69159760d71035e9e3a292f6f948a295.tar.zst
freebsd-ports-gnome-78b539cc69159760d71035e9e3a292f6f948a295.zip
- Add missing USE_XORG dependens
Submitted by: pointyhat via pav
Diffstat (limited to 'databases')
-rw-r--r--databases/clip/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile
index fb2dfdf6c483..6886b0c0f710 100644
--- a/databases/clip/Makefile
+++ b/databases/clip/Makefile
@@ -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 \