svn commit: r474566 - head/graphics/djvusmooth

Antoine Brodin antoine at FreeBSD.org
Fri Jul 13 08:50:04 UTC 2018


Author: antoine
Date: Fri Jul 13 08:50:03 2018
New Revision: 474566
URL: https://svnweb.freebsd.org/changeset/ports/474566

Log:
  djvusmooth doesn't work with python3

Modified:
  head/graphics/djvusmooth/Makefile

Modified: head/graphics/djvusmooth/Makefile
==============================================================================
--- head/graphics/djvusmooth/Makefile	Fri Jul 13 08:23:06 2018	(r474565)
+++ head/graphics/djvusmooth/Makefile	Fri Jul 13 08:50:03 2018	(r474566)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	djvulibre>0:graphics/djvulibre \
 		${PYTHON_PKGNAMEPREFIX}python-djvulibre>0:graphics/py-djvulibre@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wxPython30>0:x11-toolkits/py-wxPython30@${PY_FLAVOR}
 
-USES=		desktop-file-utils gettext-tools python
+USES=		desktop-file-utils gettext-tools python:2.7
 USE_GITHUB=	yes
 GH_ACCOUNT=	jwilk
 USE_PYTHON=	distutils autoplist noflavors


More information about the svn-ports-all mailing list