diff options
author | antoine <antoine@FreeBSD.org> | 2019-05-27 21:10:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-05-27 21:10:06 +0800 |
commit | 8ebf3e61ad74124ce0f6540e28b639a3492fadf0 (patch) | |
tree | 6edff96a4be8cb83b2ab5a422b184aa992869946 /graphics | |
parent | 343496a58e1dd78178235855dca74bbfceb5d0f2 (diff) | |
download | freebsd-ports-gnome-8ebf3e61ad74124ce0f6540e28b639a3492fadf0.tar.gz freebsd-ports-gnome-8ebf3e61ad74124ce0f6540e28b639a3492fadf0.tar.zst freebsd-ports-gnome-8ebf3e61ad74124ce0f6540e28b639a3492fadf0.zip |
Unbreak bulk -a
Pointy hat: koobs
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gizeh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gizeh/Makefile b/graphics/py-gizeh/Makefile index f6a558724ca5..62a706249273 100644 --- a/graphics/py-gizeh/Makefile +++ b/graphics/py-gizeh/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} \ ${PYNUMPY} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes |