pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/zenmap Add py-expat DEPENDS to zenmap
details: https://anonhg.NetBSD.org/pkgsrc/rev/758d9f9b7ef7
branches: trunk
changeset: 383285:758d9f9b7ef7
user: abs <abs%pkgsrc.org@localhost>
date: Wed Aug 17 10:37:12 2022 +0000
description:
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:
net/zenmap/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 875de352845e -r 758d9f9b7ef7 net/zenmap/Makefile
--- a/net/zenmap/Makefile Wed Aug 17 10:25:33 2022 +0000
+++ b/net/zenmap/Makefile Wed Aug 17 10:37:12 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index