diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-22 14:37:04 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-22 14:37:04 +0000 |
commit | 5d7a9aceb6a93f723b9f8aa8dfce7b8d6dcc39a8 (patch) | |
tree | 7ba13c6169452a932a65cb003d14164b79debfea /lang/python32 | |
parent | 40448303ec02b227d20c5045136652a4e549a375 (diff) | |
download | ports-5d7a9aceb6a93f723b9f8aa8dfce7b8d6dcc39a8.tar.gz ports-5d7a9aceb6a93f723b9f8aa8dfce7b8d6dcc39a8.zip |
lang/python{27,31,32}: Replace USE_XZ with USES=tar:xz
USE_XZ has been deprecated, replace it with the new USES value.
Python 3.3 and 3.4 ports have already been converted.
Notes
Notes:
svn path=/head/; revision=351842
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index afd6063266df..6134138a4a23 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -21,10 +21,9 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= readline +USES= readline tar:xz USE_LDCONFIG= yes USE_PYTHON= yes -USE_XZ= yes PYTHON_VERSION= python3.2 PYTHON_NO_DEPENDS= yes |