aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pudb
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:43:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:43:54 +0000
commitec373bbc2fd6cb36b1cfe3397ccc7827b6b0919a (patch)
treec50745dbc3c182d808da06fcd377112d6f439041 /devel/py-pudb
parent4656494a6a9f43737de4abaff7aea1135a0fb24b (diff)
Notes
Diffstat (limited to 'devel/py-pudb')
-rw-r--r--devel/py-pudb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile
index da3ed3d96107..971a70694c98 100644
--- a/devel/py-pudb/Makefile
+++ b/devel/py-pudb/Makefile
@@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:${PORTSDIR}/devel/py-urwid
-PYTHON_FEATURES=autoplist,distutils
+USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>