diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leo/Makefile | 8 | ||||
-rw-r--r-- | editors/leo/pkg-descr | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/editors/leo/Makefile b/editors/leo/Makefile index bc9aecb3aad6..76b067ce9554 100644 --- a/editors/leo/Makefile +++ b/editors/leo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: leo -# Date created: 2002/11/17 -# Whom: Alan Eldridge <ports@geeksrus.net> -# +# Created by: Alan Eldridge <ports@geeksrus.net> # $FreeBSD$ -# PORTNAME= leo PORTVERSION= 4.10 @@ -32,7 +28,7 @@ PYENCHANT_DESC= Enable PyEnchant support WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final USE_ZIP= yes -USE_PYTHON= 2.6+ +USE_PYTHON= yes LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo diff --git a/editors/leo/pkg-descr b/editors/leo/pkg-descr index 738ae649e7bb..c15e7f3ca872 100644 --- a/editors/leo/pkg-descr +++ b/editors/leo/pkg-descr @@ -13,6 +13,6 @@ * Leo is fully scriptable using Python and saves its files in XML format. * Leo is portable. Leo.py is 100% pure Python and will run on any platform supporting Python and Tk/tcl, including Windows, Linux and MacOS X. -* Leo is Open Software, distributed under the Python License. +* Leo is Open Software, distributed under the Python License. WWW: http://webpages.charter.net/edreamleo/front.html |