aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/py-MarkupSafe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-MarkupSafe/Makefile b/textproc/py-MarkupSafe/Makefile
index 71912c382ab1..a707541694da 100644
--- a/textproc/py-MarkupSafe/Makefile
+++ b/textproc/py-MarkupSafe/Makefile
@@ -12,7 +12,7 @@ COMMENT= Implements a XML/HTML/XHTML Markup safe string for Python
LICENSE= BSD3CLAUSE
-PYTHON_FEATURES=autoplist,distutils
+USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>