diff options
Diffstat (limited to 'graphics/py-gimp/Makefile')
-rw-r--r-- | graphics/py-gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 3cb8f61083db..84955f8fabb5 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gimp -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= @@ -12,7 +12,7 @@ COMMENT= GIMP python plugin GIMP_SLAVE= pygimp -USES= python:2 +USES= python:2.7 USE_GNOME= pygtk2 CONFIGURE_ARGS= --enable-python |