diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 17:00:14 +0000 |
commit | 1b1b29c5e67c38e250e44ae7563d512ebe74fea2 (patch) | |
tree | 6970168a5505ab8a1e3f83ccfe8038cceb959628 /textproc/py-texttable | |
parent | 5c8b7419b2fd183f0fd102640a7a0b95aa54385b (diff) | |
download | ports-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.tar.gz ports-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.zip |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=245717
Diffstat (limited to 'textproc/py-texttable')
-rw-r--r-- | textproc/py-texttable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 408d2b1f7ee7..43bfd68e29a5 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= miwi@FreeBSD.org COMMENT= Module for creating simple ASCII tables -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \ |