svn commit: r358180 - head/graphics/inkscape

Antoine Brodin antoine at FreeBSD.org
Tue Jun 17 20:29:04 UTC 2014


Author: antoine
Date: Tue Jun 17 20:29:04 2014
New Revision: 358180
URL: http://svnweb.freebsd.org/changeset/ports/358180
QAT: https://qat.redports.org/buildarchive/r358180/

Log:
  attempt to fix index

Modified:
  head/graphics/inkscape/Makefile

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Tue Jun 17 20:21:14 2014	(r358179)
+++ head/graphics/inkscape/Makefile	Tue Jun 17 20:29:04 2014	(r358180)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	p5-XML-XQL>=0:${PORTSDIR}/t
 
 USE_BZIP2=	yes
 USE_GNOME=	gtkmm24 intlhack libxslt
-USES=		desktop-file-utils gettext gmake pathfix pkgconfigperl5 \
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig perl5 \
 		shebangfix
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list