diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-02 18:16:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-02 18:16:53 +0800 |
commit | 860754782bc840b6371e79466e3796ad8d2eee70 (patch) | |
tree | baa563f77839e2bd07990e372f9584de58835944 /graphics | |
parent | 4a998058a2e190b6bc36ffbd945e4db0b037d69c (diff) | |
download | freebsd-ports-gnome-860754782bc840b6371e79466e3796ad8d2eee70.tar.gz freebsd-ports-gnome-860754782bc840b6371e79466e3796ad8d2eee70.tar.zst freebsd-ports-gnome-860754782bc840b6371e79466e3796ad8d2eee70.zip |
pygtk2 works only with python2, no need to build python3 flavors of mcomix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-mcomix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 13ab6146c510..9616074583c9 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python tar:bzip2 +USES= python:2.7 tar:bzip2 USE_GNOME= pygtk2 USE_PYTHON= autoplist distutils |