diff options
author | mat <mat@FreeBSD.org> | 2019-03-13 21:03:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-03-13 21:03:11 +0800 |
commit | 45001f288d1f6116a01914b25ce4aa0bd2ccc7fa (patch) | |
tree | 0cf1b40a77f17358c4d387031ba758b6037001cd /graphics | |
parent | 0660e744de59bfd806fe829b1fae6c5f1cfdf3cb (diff) | |
download | freebsd-ports-gnome-45001f288d1f6116a01914b25ce4aa0bd2ccc7fa.tar.gz freebsd-ports-gnome-45001f288d1f6116a01914b25ce4aa0bd2ccc7fa.tar.zst freebsd-ports-gnome-45001f288d1f6116a01914b25ce4aa0bd2ccc7fa.zip |
Remove unused USE_PYTHON values.
Reported by: tobik (in D19569)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairocffi/Makefile | 2 | ||||
-rw-r--r-- | graphics/sk1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-cairocffi/Makefile b/graphics/py-cairocffi/Makefile index 0a3fe1d55100..6dee74b614e9 100644 --- a/graphics/py-cairocffi/Makefile +++ b/graphics/py-cairocffi/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ BUILD_DEPENDS= ${RUN_DEPENDS} USES= python -USE_PYTHON= distutils cffi py3kplist +USE_PYTHON= distutils py3kplist USE_GNOME= cairo .include <bsd.port.mk> diff --git a/graphics/sk1/Makefile b/graphics/sk1/Makefile index 7e16ecc97263..5d8c3959a86e 100644 --- a/graphics/sk1/Makefile +++ b/graphics/sk1/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ USES= desktop-file-utils gettext gnome python:2.7 shebangfix SHEBANG_FILES= ${PYSETUP} -USE_PYTHON= distutils noflavor distutils +USE_PYTHON= distutils distutils PYSETUP= setup-sk1.py PYDISTUTILS_INSTALLARGS= --root=${STAGEDIR} USE_GNOME= cairo glib20 pango |