summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-03 07:55:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-03 07:55:32 +0000
commitd7cd91aa09e3b8a8d5a40e456fc6c9ee4597e467 (patch)
tree1430b319b66ff03b137a85f84b27ede594fa0a10 /textproc
parentdevel/dbus-qt4: (diff)
Remove unsupported configure argument (pkg-config is gathered from env vars)
While here: - Add an explicit dependency on pkg-config - Convert to USES=libtool
Notes
Notes: svn path=/head/; revision=346864
Diffstat (limited to 'textproc')
-rw-r--r--textproc/raptor2/Makefile5
-rw-r--r--textproc/raptor2/pkg-plist1
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile
index 516455b2f5f6..dcb328e37a37 100644
--- a/textproc/raptor2/Makefile
+++ b/textproc/raptor2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= raptor2
PORTVERSION= 2.0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -23,11 +23,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
USE_GNOME= libxml2 libxslt
-USES= pathfix
+USES= pathfix pkgconfig libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
- --with-pkg-config=${LOCALBASE}/bin/pkg-config \
--with-icu-config=${LOCALBASE}/bin/icu-config \
--with-www=curl
diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist
index cb90d6beb376..1f8c2f3d4248 100644
--- a/textproc/raptor2/pkg-plist
+++ b/textproc/raptor2/pkg-plist
@@ -5,6 +5,7 @@ lib/libraptor2.a
lib/libraptor2.la
lib/libraptor2.so
lib/libraptor2.so.0
+lib/libraptor2.so.0.0.0
libdata/pkgconfig/raptor2.pc
man/man1/rapper.1.gz
man/man3/libraptor2.3.gz