diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 11:02:03 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 11:02:03 +0800 |
commit | 0c689ad5415e5f24b1b1cc2702edf2f4d0918b4d (patch) | |
tree | 5dc5edeb9ab778643800908f25219a1a5c748087 /misc | |
parent | f81d94c78d05c00a03a8c5674d662000821d41f9 (diff) | |
download | freebsd-ports-gnome-0c689ad5415e5f24b1b1cc2702edf2f4d0918b4d.tar.gz freebsd-ports-gnome-0c689ad5415e5f24b1b1cc2702edf2f4d0918b4d.tar.zst freebsd-ports-gnome-0c689ad5415e5f24b1b1cc2702edf2f4d0918b4d.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} |