Wed Aug 17 10:37:12 2022 UTC ()
Add py-expat DEPENDS to zenmap

Needed to parse nmap output. Issue not obvious when building and
running zenmap on the same host, as py-setuptools pulls in py-expat


(abs)
diff -r1.8 -r1.9 pkgsrc/net/zenmap/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/net/zenmap/Makefile (expand / switch to context diff)
--- pkgsrc/net/zenmap/Makefile 2022/06/30 11:18:44 1.8
+++ pkgsrc/net/zenmap/Makefile 2022/08/17 10:37:12 1.9
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:44 nia Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/17 10:37:12 abs Exp $
 
-PKGREVISION= 2
+PKGREVISION= 3
 .include "../../net/nmap/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/nmap/zenmap/}
@@ -18,6 +18,7 @@
 PYTHON_VERSIONS_ACCEPTED=	27
 
 DEPENDS+=	nmap-[0-9]*:../../net/nmap
+DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=	${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3