Date: Fri, 13 Jul 2018 08:50:03 +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: r474566 - head/graphics/djvusmooth Message-ID: <201807130850.w6D8o3mb042620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807130850.w6D8o3mb042620>