diff options
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 3 | ||||
-rw-r--r-- | lang/python33/Makefile.version | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index 813cff0387b7..e49c1f9d9b1d 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python33 -PORTVERSION= 3.3.6 +PORTVERSION= ${PYTHON_PORTVERSION} PORTREVISION= 2 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} @@ -73,6 +73,7 @@ THREADS_LDFLAGS= -lpthread TSC_CONFIGURE_WITH= tsc +.include "${.CURDIR}/Makefile.version" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYMALLOC} diff --git a/lang/python33/Makefile.version b/lang/python33/Makefile.version new file mode 100644 index 000000000000..0f10704423bd --- /dev/null +++ b/lang/python33/Makefile.version @@ -0,0 +1,4 @@ +# Mk/Uses/python.mk includes this file, don't remove it! +# $FreeBSD$ + +PYTHON_PORTVERSION= 3.3.6 |