diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-31 21:11:34 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-31 21:18:53 +0200 |
commit | f17754bc05973ff58e7a0ed2fee129abca82a84e (patch) | |
tree | 930d9106639b41037ac5b5c353aa30f2eb17a303 /misc/gimp-help-en | |
parent | devel/llvm-morello: new snapshot (diff) |
*/*: Remove defunct references to python3.8
- Remove non DEFAULT python option in finance/quickfix
- Remove python conditionals for sysutils/py-borgmatic
- Remove python confitional deskutils/py-bugwarrior/Makefile
Approved by: portmgr (just-fix-it)
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 a71eaef4a3d1..69b1dbae2f06 100644 --- a/misc/gimp-help-en/Makefile +++ b/misc/gimp-help-en/Makefile @@ -18,7 +18,7 @@ LICENSE= GFDL BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl -USES= gettext-tools gmake gnome perl5 pkgconfig python:3.8+,build shebangfix \ +USES= gettext-tools gmake gnome perl5 pkgconfig python:3.9+,build shebangfix \ tar:bzip2 USE_GNOME= intltool:build libxslt:build USE_PERL5= build |