Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2017 10:16:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455340 - head/graphics/py-mcomix
Message-ID:  <201712021016.vB2AGrxw085853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  2 10:16:53 2017
New Revision: 455340
URL: https://svnweb.freebsd.org/changeset/ports/455340

Log:
  pygtk2 works only with python2, no need to build python3 flavors of mcomix

Modified:
  head/graphics/py-mcomix/Makefile

Modified: head/graphics/py-mcomix/Makefile
==============================================================================
--- head/graphics/py-mcomix/Makefile	Sat Dec  2 10:03:28 2017	(r455339)
+++ head/graphics/py-mcomix/Makefile	Sat Dec  2 10:16:53 2017	(r455340)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712021016.vB2AGrxw085853>