diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-03 08:25:31 +0000 |
commit | 38308bbce8121d08ed2d1addc44a6d4af9b1d8da (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /misc/gimp-help-en | |
parent | www/palemoon: sndio: improve and clamp float->s16 conversion (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=455392
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 |