mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix shebangs
- Add missing run-dependency on python
This commit is contained in:
parent
837c9dce6c
commit
3b5f920c56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438476
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user