aboutsummaryrefslogtreecommitdiff
path: root/misc/gimp-help-en
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-12-24 13:30:35 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-12-24 13:30:35 +0000
commit5e46a38aaf0c758f18ea530b1d17cce14403a55a (patch)
treec2a56895c010502bd9a26f2905b409e02fa5cd07 /misc/gimp-help-en
parentfedb10867b49f82f9b7e7e8988cf3e9a4cfb6b03 (diff)
downloadports-5e46a38aaf0c758f18ea530b1d17cce14403a55a.tar.gz
ports-5e46a38aaf0c758f18ea530b1d17cce14403a55a.zip
misc/gimp-help-en: fix dependency detection after switch to PYTHON_EXT_SUFFIX
Notes
Notes: svn path=/head/; revision=559085
Diffstat (limited to 'misc/gimp-help-en')
-rw-r--r--misc/gimp-help-en/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gimp-help-en/Makefile b/misc/gimp-help-en/Makefile
index 7efcbb1e7a7a..b71373df3855 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@${PY_FLAVOR} \
+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 shebangfix \