diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:16:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:16:37 +0800 |
commit | 33d998864a57b49f6051a5941e6a174ae704f60c (patch) | |
tree | 2c5719e16b603a41ec90a14c7296750c28757070 /editors | |
parent | 6d059af3b4607b2941f09621a9533163de634e24 (diff) | |
download | freebsd-ports-gnome-33d998864a57b49f6051a5941e6a174ae704f60c.tar.gz freebsd-ports-gnome-33d998864a57b49f6051a5941e6a174ae704f60c.tar.zst freebsd-ports-gnome-33d998864a57b49f6051a5941e6a174ae704f60c.zip |
- Fix shebangs
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index c33ba19a8602..807e9675660e 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -3,6 +3,7 @@ PORTNAME= leo PORTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= editors python MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final DISTNAME= Leo-${PORTVERSION}-final @@ -18,12 +19,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils \ silvercity>0:textproc/silvercity -NO_ARCH= yes - USES= pyqt:4 python:2 shebangfix zip -SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo +SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo \ + leo/dist/leo-install.py leo/scripts/leo USE_PYQT= gui_run svg_run USE_PYTHON= autoplist distutils +NO_ARCH= yes DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ "${PYTHONPREFIX_SITELIBDIR}/leo/Icons/leoapp32.png" "leo" "" "" |