aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 11:02:03 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 11:02:03 +0800
commit0c689ad5415e5f24b1b1cc2702edf2f4d0918b4d (patch)
tree5dc5edeb9ab778643800908f25219a1a5c748087 /misc
parentf81d94c78d05c00a03a8c5674d662000821d41f9 (diff)
downloadfreebsd-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/Makefile5
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}