From 1519bb7c4a439494b7f626bb00d1c6f2af53a124 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Mar 2017 16:57:36 +0000 Subject: does not support python-2.x, mark it as such. --- misc/todoman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/todoman/Makefile b/misc/todoman/Makefile index 5d30ea6e58d..82efa087764 100644 --- a/misc/todoman/Makefile +++ b/misc/todoman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/27 10:24:11 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/03/24 16:57:36 wiz Exp $ DISTNAME= todoman-2.1.0 CATEGORIES= misc @@ -26,6 +26,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" -- cgit v1.2.3