mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- 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>
This commit is contained in:
parent
d71c705cfc
commit
8da450b77f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320619
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user