diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
commit | 1b1b29c5e67c38e250e44ae7563d512ebe74fea2 (patch) | |
tree | 6970168a5505ab8a1e3f83ccfe8038cceb959628 /science | |
parent | 5c8b7419b2fd183f0fd102640a7a0b95aa54385b (diff) | |
download | freebsd-ports-gnome-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.tar.gz freebsd-ports-gnome-1b1b29c5e67c38e250e44ae7563d512ebe74fea2.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'science')
-rw-r--r-- | science/py-paida/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-paida/Makefile b/science/py-paida/Makefile index 77142a3a6ef3..8ac41f1fd687 100644 --- a/science/py-paida/Makefile +++ b/science/py-paida/Makefile @@ -19,7 +19,7 @@ COMMENT= Pure Python scientific analysis package BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 3.2.1_2.10.1 |