aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-23 23:43:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-23 23:43:12 +0000
commitf9368b2b5c17c5d5550284eab5af82d57f26b77c (patch)
tree966476bb1029b129b9de08d71debdb4044112fe0 /databases
parent9806890f0cbc5aa881ceca44ac32957293402392 (diff)
downloadports-f9368b2b5c17c5d5550284eab5af82d57f26b77c.tar.gz
ports-f9368b2b5c17c5d5550284eab5af82d57f26b77c.zip
Notes
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 \