svn commit: r425888 - head/textproc/liblrdf

Jan Beich jbeich at FreeBSD.org
Fri Nov 11 11:59:18 UTC 2016


Author: jbeich
Date: Fri Nov 11 11:59:16 2016
New Revision: 425888
URL: https://svnweb.freebsd.org/changeset/ports/425888

Log:
  textproc/liblrdf: drop unused dependencies
  
  PR:		214384
  Reported by:	readelf(1)

Modified:
  head/textproc/liblrdf/Makefile   (contents, props changed)

Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile	Fri Nov 11 11:58:55 2016	(r425887)
+++ head/textproc/liblrdf/Makefile	Fri Nov 11 11:59:16 2016	(r425888)
@@ -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}


More information about the svn-ports-all mailing list