svn commit: r559085 - head/misc/gimp-help-en

Dima Panov fluffy at FreeBSD.org
Thu Dec 24 13:30:36 UTC 2020


Author: fluffy
Date: Thu Dec 24 13:30:35 2020
New Revision: 559085
URL: https://svnweb.freebsd.org/changeset/ports/559085

Log:
  misc/gimp-help-en: fix dependency detection after switch to PYTHON_EXT_SUFFIX

Modified:
  head/misc/gimp-help-en/Makefile

Modified: head/misc/gimp-help-en/Makefile
==============================================================================
--- head/misc/gimp-help-en/Makefile	Thu Dec 24 13:29:09 2020	(r559084)
+++ head/misc/gimp-help-en/Makefile	Thu Dec 24 13:30:35 2020	(r559085)
@@ -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 \


More information about the svn-ports-head mailing list