diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-19 17:59:35 +0000 |
commit | 9bef23ecc29dae54905bb65b16a9a12b9755b68d (patch) | |
tree | eae081012bb7ce89aaf16b01813aa97edd0f15f4 /graphics/py-blockdiag | |
parent | d97de5c8eaf29f26fe7ef54245d7ca4925f62b60 (diff) | |
download | freebsd-ports-9bef23ecc29dae54905bb65b16a9a12b9755b68d.zip |
Clean up USES
With hat: portmgr
Diffstat (limited to 'graphics/py-blockdiag')
-rw-r--r-- | graphics/py-blockdiag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index 034f2daa5fae..6ffd1fd37533 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.1:graphics/py-pillow@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}funcparserlib>=0.3.6:devel/py-funcparserlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webcolors>=0:graphics/py-webcolors@${PY_FLAVOR} -USES= python:-3.4 +USES= python:2.7 USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |