From 01743b4c79d84a6d9a64cba46533a8d6dd2cfe61 Mon Sep 17 00:00:00 2001 From: perky Date: Mon, 9 Oct 2006 14:53:35 +0000 Subject: Fix version number to 2.5 even if 2.4 is in the system. --- lang/python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit