diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-13 19:47:41 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-13 19:47:41 +0000 |
| commit | 3b5f920c566571c1ecc4562d5fd17ea6f8166225 (patch) | |
| tree | 8682ea30f09827649be7e32ea8b8e3f5275b89f5 | |
| parent | - Fix shebangs (diff) | |
- Fix shebangs
- Add missing run-dependency on python
| -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 |
