diff --git a/graphics/py-gimp/Makefile b/graphics/py-gimp/Makefile index 3ca3881e5647..3cb8f61083db 100644 --- a/graphics/py-gimp/Makefile +++ b/graphics/py-gimp/Makefile @@ -1,26 +1,26 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= gimp PORTREVISION= 0 PORTEPOCH= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP python plugin GIMP_SLAVE= pygimp -USES= python +USES= python:2 USE_GNOME= pygtk2 CONFIGURE_ARGS= --enable-python PLIST= ${.CURDIR}/pkg-plist BUILD_WRKSRC= ${WRKSRC}/plug-ins/pygimp INSTALL_WRKSRC= ${WRKSRC}/plug-ins/pygimp MASTERDIR= ${.CURDIR}/../../graphics/gimp-app .include "${MASTERDIR}/Makefile"