diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-20 06:35:50 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-20 06:35:50 +0000 |
commit | 888edcd3dbf3c22693c685122e18cc8c09930d7a (patch) | |
tree | 6d1fe41a19a62af55fa1e525c4c0427a617d2c0a /graphics/py-nwdiag | |
parent | 8e194c639e2e80644ec8e43d54a32f320c4d84c7 (diff) | |
download | pkgsrc-888edcd3dbf3c22693c685122e18cc8c09930d7a.tar.gz |
py-nwdiag: note Python 2.7 is no longer supported
Diffstat (limited to 'graphics/py-nwdiag')
-rw-r--r-- | graphics/py-nwdiag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index 8e68635cac7..0df0fbc245d 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/02/20 06:29:49 adam Exp $ +# $NetBSD: Makefile,v 1.15 2020/02/20 06:35:50 gutteridge Exp $ DISTNAME= nwdiag-2.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,6 +16,8 @@ USE_LANGUAGES= # none INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: .for bin in nwdiag packetdiag rackdiag cd ${DESTDIR}${PREFIX}/bin && \ |