diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-11 19:59:16 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-11 19:59:16 +0800 |
commit | 26dd6572988e2395c67d9a04006df531f3f68ec1 (patch) | |
tree | e4e626987b9bb2b31fdd8ddfb335911f723d8c61 /textproc | |
parent | 756ef3e72657142c95b59950082489d0c87870f1 (diff) | |
download | freebsd-ports-graphics-26dd6572988e2395c67d9a04006df531f3f68ec1.tar.gz freebsd-ports-graphics-26dd6572988e2395c67d9a04006df531f3f68ec1.tar.zst freebsd-ports-graphics-26dd6572988e2395c67d9a04006df531f3f68ec1.zip |
textproc/liblrdf: drop unused dependencies
PR: 214384
Reported by: readelf(1)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/liblrdf/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index 27c809dbc6b..17fc62085a5 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblrdf PORTVERSION= 0.5.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= GENTOO @@ -14,16 +14,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -LIB_DEPENDS= libicuuc.so:devel/icu \ - libyajl.so:devel/yajl \ - libcurl.so:ftp/curl \ - libraptor2.so:textproc/raptor2 +LIB_DEPENDS= libraptor2.so:textproc/raptor2 GNU_CONFIGURE= yes -USES= autoreconf iconv libtool pathfix pkgconfig -USE_GNOME= libxml2 libxslt +USES= autoreconf libtool pathfix pkgconfig ssl USE_LDCONFIG= yes -USE_OPENSSL= yes INSTALL_TARGET= install-strip CFLAGS+= -I${OPENSSLINC} |