diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:03 +0800 |
commit | 8857f45f10bc8d3df7e267695b5a65ecfd5c3b16 (patch) | |
tree | 5dc5edeb9ab778643800908f25219a1a5c748087 /misc | |
parent | 01f39d32fbf8fad8f2abb0524cbd084e260e834b (diff) | |
download | freebsd-ports-gnome-8857f45f10bc8d3df7e267695b5a65ecfd5c3b16.tar.gz freebsd-ports-gnome-8857f45f10bc8d3df7e267695b5a65ecfd5c3b16.tar.zst freebsd-ports-gnome-8857f45f10bc8d3df7e267695b5a65ecfd5c3b16.zip |
- Use USES=python
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-progressbar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/py-progressbar/Makefile b/misc/py-progressbar/Makefile index 132fcd501ee6..9df1442ed9d5 100644 --- a/misc/py-progressbar/Makefile +++ b/misc/py-progressbar/Makefile @@ -12,9 +12,8 @@ COMMENT= Text progressbar library for python LICENSE= BSD3CLAUSE -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= 2 +PYTHON_FEATURES=autoplist,distutils +USES= python:2 PROJECTHOST= python-${PORTNAME} |