aboutsummaryrefslogtreecommitdiff
path: root/textproc/liblrdf/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-07 11:44:08 +0000
commit4650a910d0bf7ff9894cf3142fcc8cace240caee (patch)
tree4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /textproc/liblrdf/Makefile
parent776c8a3824c220b5b01a68c46bc5f90199db256d (diff)
downloadports-4650a910d0bf7ff9894cf3142fcc8cace240caee.tar.gz
ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.zip
Chase boost and icu bump
While here convert some LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=343214
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r--textproc/liblrdf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile
index c5cc7b1b6dfc..64b34e8befab 100644
--- a/textproc/liblrdf/Makefile
+++ b/textproc/liblrdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= liblrdf
PORTVERSION= 0.5.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= GENTOO/distfiles
@@ -11,10 +11,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu \
- yajl:${PORTSDIR}/devel/yajl \
- curl:${PORTSDIR}/ftp/curl \
- raptor2:${PORTSDIR}/textproc/raptor2
+LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \
+ libyajl.so:${PORTSDIR}/devel/yajl \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libraptor2.so:${PORTSDIR}/textproc/raptor2
USE_AUTOTOOLS= libtoolize automake autoconf aclocal
ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal -I.