svn commit: r398708 - head/graphics/inkscape

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 6 17:55:26 UTC 2015


Author: amdmi3
Date: Tue Oct  6 17:55:24 2015
New Revision: 398708
URL: https://svnweb.freebsd.org/changeset/ports/398708

Log:
  - Add missing python run-dependency (inkscape installs bunch of python scripts)
  
  PR:		203517
  Submitted by:	amdmi3
  Approved by:	kwm

Modified:
  head/graphics/inkscape/Makefile

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Tue Oct  6 17:20:23 2015	(r398707)
+++ head/graphics/inkscape/Makefile	Tue Oct  6 17:55:24 2015	(r398708)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.91
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://inkscape.global.ssl.fastly.net/media/resources/file/ \
 		LOCAL/kwm
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 
 USE_GNOME=	gtkmm24 intlhack libxslt
 USES=		compiler:c++0x cpe desktop-file-utils gettext gmake iconv \
-		libtool pathfix perl5 pkgconfig shebangfix tar:bzip2
+		libtool pathfix perl5 pkgconfig python:run shebangfix tar:bzip2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list