Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 19:14:02 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362351 - head/graphics/pdf2svg
Message-ID:  <201407201914.s6KJE21q019341@svn.freebsd.org>

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



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