diff options
author | abs <abs@pkgsrc.org> | 2022-08-17 10:37:12 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2022-08-17 10:37:12 +0000 |
commit | 1b91e5fe1ae69a32c3309ecff4f3cd7d3d9c0b97 (patch) | |
tree | 2a4ca8e9a3581d38e9101021ad4a4c8957de4c9a /net | |
parent | 5b718eed3b227c069e94e4d6401d9fc67085f119 (diff) | |
download | pkgsrc-1b91e5fe1ae69a32c3309ecff4f3cd7d3d9c0b97.tar.gz |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/zenmap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/zenmap/Makefile b/net/zenmap/Makefile index 7ab0ca046a1..13a05ba60a6 100644 --- a/net/zenmap/Makefile +++ b/net/zenmap/Makefile @@ -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 @@ EGG_NAME= zenmap-${PKGVERSION_NOREV} 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 |