diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-02-04 13:37:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-02-04 13:37:15 +0000 |
commit | 4c7d30bb708caa0cb93b401f96679728a9f52974 (patch) | |
tree | d3572a824910587e038d1100b5972b19f37005aa /editors | |
parent | dbf5f956b89ab67ab031eafbe3508f2a7632ee42 (diff) | |
download | ports-4c7d30bb708caa0cb93b401f96679728a9f52974.tar.gz ports-4c7d30bb708caa0cb93b401f96679728a9f52974.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index e289176d66ac..c33ba19a8602 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -15,15 +15,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ - ${PYTHON_PKGNAMEPREFIX}qt4-svg>0:graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils \ - silvercity>0:textproc/silvercity \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>0:x11-toolkits/py-qt4-gui + silvercity>0:textproc/silvercity NO_ARCH= yes -USES= python:2 shebangfix zip +USES= pyqt:4 python:2 shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo +USE_PYQT= gui_run svg_run USE_PYTHON= autoplist distutils DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ |