aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-resynthesizer
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-13 19:47:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-13 19:47:41 +0000
commit3b5f920c566571c1ecc4562d5fd17ea6f8166225 (patch)
tree8682ea30f09827649be7e32ea8b8e3f5275b89f5 /graphics/gimp-resynthesizer
parent837c9dce6cbd40162cfce9e508f185f8945e7789 (diff)
downloadports-3b5f920c566571c1ecc4562d5fd17ea6f8166225.tar.gz
ports-3b5f920c566571c1ecc4562d5fd17ea6f8166225.zip
- Fix shebangs
- Add missing run-dependency on python
Notes
Notes: svn path=/head/; revision=438476
Diffstat (limited to 'graphics/gimp-resynthesizer')
-rw-r--r--graphics/gimp-resynthesizer/Makefile5
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