svn commit: r378424 - head/graphics/py-gimp
Koop Mast
kwm at FreeBSD.org
Wed Feb 4 22:11:20 UTC 2015
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
More information about the svn-ports-head
mailing list