svn commit: r396940 - head/misc/gimp-help-en

Carlo Strub cs at FreeBSD.org
Mon Sep 14 22:36:17 UTC 2015


Author: cs
Date: Mon Sep 14 22:36:16 2015
New Revision: 396940
URL: https://svnweb.freebsd.org/changeset/ports/396940

Log:
  needs USES=python:2
  
  PR:		199397
  Submitted by:	Florian Limberger <flo at snakeoilproductions.net>
  Approved by:	maintainer timeout (> 4 months)

Modified:
  head/misc/gimp-help-en/Makefile

Modified: head/misc/gimp-help-en/Makefile
==============================================================================
--- head/misc/gimp-help-en/Makefile	Mon Sep 14 22:29:08 2015	(r396939)
+++ head/misc/gimp-help-en/Makefile	Mon Sep 14 22:36:16 2015	(r396940)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gimp-help
 PORTVERSION=	2.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES?=	misc graphics
 MASTER_SITES=	ftp://ftp.gimp.org/pub/%SUBDIR%/ \
 		http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
@@ -21,7 +21,7 @@ LICENSE=	GFDL
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 \
 		${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
 
-USES=		gettext-tools gmake perl5 pkgconfig python shebangfix tar:bzip2
+USES=		gettext-tools gmake perl5 pkgconfig python:2 shebangfix tar:bzip2
 USE_GNOME=	libxslt:build
 USE_PERL5=	build
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list