From 8a95dfb7081713d43136314a1408503a79a9464d Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 3 Dec 2017 08:25:31 +0000 Subject: - Add explicit FLAVOR to a few dependencies - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3 --- misc/gimp-help-en/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile index 5bc3eb05ee9a..6babed3c1866 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -16,7 +16,7 @@ COMMENT?= GIMP User Manual in English LICENSE= GFDL -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2 \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:textproc/py-libxml2@${PY_FLAVOR} \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl USES= gettext-tools gmake perl5 pkgconfig python:2 shebangfix tar:bzip2 -- cgit