diff options
author | perky <perky@FreeBSD.org> | 2006-10-09 22:53:35 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-10-09 22:53:35 +0800 |
commit | 01743b4c79d84a6d9a64cba46533a8d6dd2cfe61 (patch) | |
tree | 83a87b27a60027a272dfbb49f913e36958d0ad7d | |
parent | d8375e2f132ee1ab132e35b9297f579a306103c0 (diff) | |
download | freebsd-ports-graphics-01743b4c79d84a6d9a64cba46533a8d6dd2cfe61.tar.gz freebsd-ports-graphics-01743b4c79d84a6d9a64cba46533a8d6dd2cfe61.tar.zst freebsd-ports-graphics-01743b4c79d84a6d9a64cba46533a8d6dd2cfe61.zip |
Fix version number to 2.5 even if 2.4 is in the system.
-rw-r--r-- | lang/python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 6983b34c3dc..118bdf78ead 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python -PORTVERSION= ${PYTHON_PORTVERSION} +PORTVERSION= 2.5 CATEGORIES= lang python ipv6 MASTER_SITES= # empty DISTFILES= # empty @@ -16,6 +16,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for the stable version of Python interpreter USE_PYTHON= yes +PYTHON_VERSION= python2.5 NO_BUILD= yes do-install: # empty |