aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-19 15:18:02 +0800
committerMartin Wilke <miwi@FreeBSD.org>2017-04-19 15:18:02 +0800
commitabc468c5825d1f26808d38e78af6a98a3527f62c (patch)
tree750e3f6ec6da81280b583cfa44e8136ee197fbe9 /x11-toolkits
parentaa91bd734363df9caec6b6e794271f1a665e380b (diff)
downloadfreebsd-ports-abc468c5825d1f26808d38e78af6a98a3527f62c.tar.gz
freebsd-ports-abc468c5825d1f26808d38e78af6a98a3527f62c.tar.zst
freebsd-ports-abc468c5825d1f26808d38e78af6a98a3527f62c.zip
- Fix shebang
Notes
Notes: svn path=/head/; revision=438826
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-wxPython30/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile
index db4639298be0..c17fc45c2b77 100644
--- a/x11-toolkits/py-wxPython30/Makefile
+++ b/x11-toolkits/py-wxPython30/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wxPython
PORTVERSION= 3.0.2.0
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= src-
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION}
@@ -16,7 +16,8 @@ DIST_SUBDIR= python
WRKSRC_SUBDIR= wxPython
-USES= compiler:c++11-lib python tar:bzip2
+USES= compiler:c++11-lib python shebangfix tar:bzip2
+SHEBANG_FILES= wx/tools/Editra/Editra.pyw
.if defined(WITH_WXVERSION_ONLY)