svn commit: r362351 - head/graphics/pdf2svg

Antoine Brodin antoine at FreeBSD.org
Sun Jul 20 19:14:03 UTC 2014


Author: antoine
Date: Sun Jul 20 19:14:02 2014
New Revision: 362351
URL: http://svnweb.freebsd.org/changeset/ports/362351
QAT: https://qat.redports.org/buildarchive/r362351/

Log:
  Fix LIB_DEPENDS

Modified:
  head/graphics/pdf2svg/Makefile

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Sun Jul 20 19:10:47 2014	(r362350)
+++ head/graphics/pdf2svg/Makefile	Sun Jul 20 19:14:02 2014	(r362351)
@@ -10,11 +10,10 @@ MASTER_SITES=	http://www.cityinthesky.co
 MAINTAINER=	martin.dieringer at gmx.de
 COMMENT=	Convert PDF to SVG
 
-LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
-		cairo:${PORTSDIR}/graphics/cairo \
-		gtk:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
 
 USES=		pkgconfig
+USE_GNOME=	cairo gtk20
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/pdf2svg


More information about the svn-ports-all mailing list