diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:03:30 +0800 |
commit | d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb (patch) | |
tree | 9f3ab381ea90cbc042acbf1b31c5ec90f97173a0 /misc/gimp-help-en | |
parent | eae70ae8015f859b5cdf713587d6d08aabd028e4 (diff) | |
download | freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.tar.gz freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.tar.zst freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.zip |
- 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
Diffstat (limited to 'misc/gimp-help-en')
-rw-r--r-- | misc/gimp-help-en/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |