diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-19 18:34:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-19 18:34:43 +0800 |
commit | f14ad21542e14a1187d79d871393fb2636e8a743 (patch) | |
tree | 883bad88d447e59c47d87ceb8435fa4367542eb2 /x11-toolkits | |
parent | 35981407329783781d9e60300df5a87324ab4b4b (diff) | |
download | freebsd-ports-gnome-f14ad21542e14a1187d79d871393fb2636e8a743.tar.gz freebsd-ports-gnome-f14ad21542e14a1187d79d871393fb2636e8a743.tar.zst freebsd-ports-gnome-f14ad21542e14a1187d79d871393fb2636e8a743.zip |
- Fix shebangs
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 246729550435..f511f721fca3 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -4,7 +4,7 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 DISTVERSIONPREFIX= src- -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,8 @@ WRKSRC_SUBDIR= wxPython DIST_SUBDIR= python USE_PYTHON= distutils -USES= gettext gmake pkgconfig python tar:bzip2 +USES= gettext gmake pkgconfig python shebangfix tar:bzip2 +SHEBANG_FILES= wx/tools/Editra/Editra.pyw PYDISTUTILS_BUILDARGS= \ WX_CONFIG="${WX_CONFIG}" \ |