From 892ec3cefe4bd72c09a31228b4239fd568b69f59 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 4 Sep 2022 18:56:05 +0000 Subject: py-pathvalidate: does not support python 2.7 --- sysutils/gam/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/gam/Makefile b/sysutils/gam/Makefile index 24465c139cd..19f81059336 100644 --- a/sysutils/gam/Makefile +++ b/sysutils/gam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/08/31 10:10:17 sborrill Exp $ +# $NetBSD: Makefile,v 1.2 2022/09/04 18:56:05 wiz Exp $ DISTNAME= gam-6.24 CATEGORIES= sysutils python @@ -29,5 +29,7 @@ WRKSRC= ${WRKDIR}/GAM-${PKGVERSION_NOREV}/src INSTALLATION_DIRS= bin ${PYSITELIB} +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pathvalidate + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3