svn commit: r474565 - head/graphics/djvusmooth
Mathieu Arnold
mat at FreeBSD.org
Fri Jul 13 08:23:07 UTC 2018
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
More information about the svn-ports-head
mailing list