Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Feb 2015 22:11:20 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378424 - head/graphics/py-gimp
Message-ID:  <201502042211.t14MBKwj091408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Feb  4 22:11:19 2015
New Revision: 378424
URL: https://svnweb.freebsd.org/changeset/ports/378424
QAT: https://qat.redports.org/buildarchive/r378424/

Log:
  Limit python version to 2.x. because pygtk is python 2 only.

Modified:
  head/graphics/py-gimp/Makefile

Modified: head/graphics/py-gimp/Makefile
==============================================================================
--- head/graphics/py-gimp/Makefile	Wed Feb  4 22:06:57 2015	(r378423)
+++ head/graphics/py-gimp/Makefile	Wed Feb  4 22:11:19 2015	(r378424)
@@ -12,7 +12,7 @@ COMMENT=	GIMP python plugin
 
 GIMP_SLAVE=	pygimp
 
-USES=		python
+USES=		python:2
 USE_GNOME=	pygtk2
 
 CONFIGURE_ARGS=	--enable-python



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