diff options
Diffstat (limited to 'net/netpeek/Makefile')
| -rw-r--r-- | net/netpeek/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/netpeek/Makefile b/net/netpeek/Makefile index e33fdccb7820..d9ab90cc615b 100644 --- a/net/netpeek/Makefile +++ b/net/netpeek/Makefile @@ -1,6 +1,6 @@ PORTNAME= netpeek DISTVERSIONPREFIX= v -DISTVERSION= 0.2.4 +DISTVERSION= 0.2.6 CATEGORIES= net gnome python MAINTAINER= nxjoseph@protonmail.com @@ -11,7 +11,7 @@ WWW= https://github.com/zingytomato/netpeek \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-nmap>=0:security/py-python-nmap@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-nmap>=0.7.1_1:security/py-python-nmap@${PY_FLAVOR} USES= gettext-tools gnome meson pkgconfig python:build,run USE_GITHUB= yes @@ -19,6 +19,8 @@ GH_ACCOUNT= ZingyTomato GH_PROJECT= NetPeek USE_GNOME= glib20 gtk40 +NO_ARCH= yes + post-patch: ${REINPLACE_CMD} 's,python3,python${PYTHON_VER},g' \ ${WRKSRC}/src/meson.build |
