diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 02:59:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 02:59:59 +0000 |
commit | a2dd0fb708745b82b4349999de166942fba7dacc (patch) | |
tree | e77704f48c1e696a62b186beb8a1441ec5d6c15c /devel | |
parent | 11c007fbf184f3e64a995b36606634fd5da98e9a (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bpython/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index b00e2ecc7f1a..be7649a5efd9 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -19,9 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=0:${PORTSDIR}/textproc/py-pygments OPTIONS_DEFINE= EXAMPLES NLS OPTIONS_SUB= yes -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= yes +PYTHON_FEATURES=autoplist,distutils +USES= python PORTEXAMPLES= light.theme sample-config sample.theme |