diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-24 16:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-24 16:57:36 +0000 |
commit | 1519bb7c4a439494b7f626bb00d1c6f2af53a124 (patch) | |
tree | d77f26bd6b380e6d993f9f84413632ec456a6ecd | |
parent | 145135fc987813b6a0feff0c7418fecc9b28a6bf (diff) | |
download | pkgsrc-1519bb7c4a439494b7f626bb00d1c6f2af53a124.tar.gz |
does not support python-2.x, mark it as such.
-rw-r--r-- | misc/todoman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |