svn commit: r455340 - head/graphics/py-mcomix

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 10:16:54 UTC 2017


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
 


More information about the svn-ports-head mailing list