Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 11:59:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425888 - head/textproc/liblrdf
Message-ID:  <201611111159.uABBxHpe096378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611111159.uABBxHpe096378>