Date: Fri, 13 Jul 2018 08:23:06 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474565 - head/graphics/djvusmooth Message-ID: <201807130823.w6D8N6TJ032390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Jul 13 08:23:06 2018 New Revision: 474565 URL: https://svnweb.freebsd.org/changeset/ports/474565 Log: Add missing flavors on python dependencies. Sponsored by: Absolight Modified: head/graphics/djvusmooth/Makefile (contents, props changed) Modified: head/graphics/djvusmooth/Makefile ============================================================================== --- head/graphics/djvusmooth/Makefile Fri Jul 13 08:19:35 2018 (r474564) +++ head/graphics/djvusmooth/Makefile Fri Jul 13 08:23:06 2018 (r474565) @@ -15,8 +15,8 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml RUN_DEPENDS= djvulibre>0:graphics/djvulibre \ - ${PYTHON_PKGNAMEPREFIX}python-djvulibre>0:graphics/py-djvulibre \ - ${PYTHON_PKGNAMEPREFIX}wxPython30>0:x11-toolkits/py-wxPython30 + ${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 USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807130823.w6D8N6TJ032390>