aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:43:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:43:54 +0800
commit1ec7be32f97e286674d0150e46a234b8c68b167d (patch)
treec50745dbc3c182d808da06fcd377112d6f439041 /ftp
parent0c1af441fd24d03a7a9e6a5a34b96c8589f93479 (diff)
downloadfreebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.tar.gz
freebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.tar.zst
freebsd-ports-gnome-1ec7be32f97e286674d0150e46a234b8c68b167d.zip
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
Diffstat (limited to 'ftp')
-rw-r--r--ftp/py-curl/Makefile2
-rw-r--r--ftp/py-tftpy/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile
index 62fdaf70c91e..7b843ce6e110 100644
--- a/ftp/py-curl/Makefile
+++ b/ftp/py-curl/Makefile
@@ -18,7 +18,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-PYTHON_FEATURES=autoplist,distutils
+USE_PYTHON= autoplist distutils
USES= python
DATADIR= ${PREFIX}/share/py-curl
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile
index 1d812e38b2db..3b9002adad7c 100644
--- a/ftp/py-tftpy/Makefile
+++ b/ftp/py-tftpy/Makefile
@@ -13,7 +13,7 @@ COMMENT= Pure Python TFTP Implementation
LICENSE= MIT
-PYTHON_FEATURES=autoplist,distutils
+USE_PYTHON= autoplist distutils
USES= python:2
.include <bsd.port.mk>