diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-03 15:24:26 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-03 15:24:26 +0000 |
commit | a82c6f046dff1bba990e8d721b60df0a7a5b0c75 (patch) | |
tree | 1d04033edc3f2082427a214db518a0a58ddc660b /lang | |
parent | 1b17fd9ee25b6f6a3e5cd2efb207f248b16f71c6 (diff) |
lang/python: use python default version
- This package should track python default version and not be based on the port
With hat on: python
Notes
Notes:
svn path=/head/; revision=332618
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index af3ec1b8c340..0f08d6cba173 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python -PORTVERSION= ${PYTHON_VER} +PORTVERSION= ${PYTHON_DEFAULT} PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= lang python ipv6 |