summaryrefslogtreecommitdiff
path: root/editors/leo
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-11 18:22:13 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-11 18:22:13 +0000
commit8da450b77fcbebd23455df88816581de13ba29f6 (patch)
treebaf911f07482a958b4e925ed64d520091a75ef37 /editors/leo
parent- Update to 2.5.7 (diff)
- trim Makefile header (other changes from PR were committed independently)
while here: - whitespace fix in pkg-descr - change USE_PYTHON to just ``yes'' (we haven't python's lt 2.6 in the tree) PR: 179419 Submitted by: Michael Gmelin <freebsd@grem.de>
Notes
Notes: svn path=/head/; revision=320619
Diffstat (limited to 'editors/leo')
-rw-r--r--editors/leo/Makefile8
-rw-r--r--editors/leo/pkg-descr2
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