aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor2
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-02-11 18:31:49 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-02-11 18:31:49 +0000
commit3a850e18e53958669d8291a609d11dee63e45e5a (patch)
treeeea1b4ded1eca81f4246b8c1a40fa1430570351c /textproc/raptor2
parent55479986b52f7e2367db8372fb0a43bfe4914b48 (diff)
downloadports-3a850e18e53958669d8291a609d11dee63e45e5a.tar.gz
ports-3a850e18e53958669d8291a609d11dee63e45e5a.zip
Add dependence on libxslt
PR: ports/175971 Submitted by: pawel@
Notes
Notes: svn path=/head/; revision=312070
Diffstat (limited to 'textproc/raptor2')
-rw-r--r--textproc/raptor2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile
index da739cb2e66f..50454ebd2589 100644
--- a/textproc/raptor2/Makefile
+++ b/textproc/raptor2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= raptor2
PORTVERSION= 2.0.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -17,7 +17,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
-USE_GNOME= gnomehack libxml2
+USE_GNOME= gnomehack libxml2 libxslt
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \