diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/py-MyHDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile index 1de2e12153b..731f1b0a561 100644 --- a/cad/py-MyHDL/Makefile +++ b/cad/py-MyHDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:25:18 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/31 20:27:33 jdolecek Exp $ # DISTNAME= myhdl-0.2 @@ -12,7 +12,7 @@ COMMENT= Hardware description in Python USE_BUILDLINK2= YES PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 22 22pth +PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |