From 5d7a9aceb6a93f723b9f8aa8dfce7b8d6dcc39a8 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Tue, 22 Apr 2014 14:37:04 +0000 Subject: 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. --- lang/python27/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/python27') diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 7b934093a53f..beee2a3310f2 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -22,10 +22,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= python2.7 PYTHON_NO_DEPENDS= yes -- cgit v1.2.3