Date: Tue, 6 Oct 2015 17:55:24 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398708 - head/graphics/inkscape Message-ID: <201510061755.t96HtOoI072448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510061755.t96HtOoI072448>