summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2005-08-19 14:07:55 +0000
committervsevolod <vsevolod@FreeBSD.org>2005-08-19 14:07:55 +0000
commit8a97c79bf6a875fa1f5ed5dbbb1287df096fd805 (patch)
tree6a99f54f4b304266b5cc93b2991023eae9dfbf33 /lang
parent1412a98c7bb693e333a68c2f0ecff277c4e76768 (diff)
downloadFreeBSD-ports-8a97c79bf6a875fa1f5ed5dbbb1287df096fd805.zip
FreeBSD-ports-8a97c79bf6a875fa1f5ed5dbbb1287df096fd805.tar.gz
Add missed dependencies on libxml2, libxslt and libcurl.
Reported by: krionmail, krismail Approved by: portmgr (krion)
Diffstat (limited to 'lang')
-rw-r--r--lang/q/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile
index cdc8c95..5ad8aaf 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -21,11 +21,12 @@ LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \
gdbm.3:${PORTSDIR}/databases/gdbm \
gii.0:${PORTSDIR}/devel/libgii \
ggi.2:${PORTSDIR}/graphics/libggi \
- gmp.6:${PORTSDIR}/math/libgmp4
+ gmp.6:${PORTSDIR}/math/libgmp4 \
+ curl:${PORTSDIR}/ftp/curl
USE_REINPLACE= yes
USE_BISON= yes
-USE_GNOME= gnometarget
+USE_GNOME= gnometarget libxml2 libxslt
CFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/dx/lib_freebsd ${PTHREAD_LIBS}" \
OpenPOWER on IntegriCloud