diff options
| -rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 9a2af9704340..f359b6d164da 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -3,7 +3,7 @@  PORTNAME=	resynthesizer  PORTVERSION=	2.0.1 -PORTREVISION=	2 +PORTREVISION=	3  CATEGORIES=	graphics  PKGNAMEPREFIX=	gimp- @@ -20,7 +20,8 @@ LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app  USE_GITHUB=	yes  GH_ACCOUNT=	bootchk -USES=		autoreconf compiler:nestedfct gettext gmake localbase pkgconfig +USES=		autoreconf compiler:nestedfct gettext gmake localbase pkgconfig python:run shebangfix +SHEBANG_FILES=	PluginScripts/*.py  GNU_CONFIGURE=	yes  PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins | 
