diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/py-gdscad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/py-gdscad/Makefile b/cad/py-gdscad/Makefile index b63d4fe2135..c3482556576 100644 --- a/cad/py-gdscad/Makefile +++ b/cad/py-gdscad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/03/17 22:15:30 mef Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/17 22:39:56 mef Exp $ DISTNAME= gdsCAD-0.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Package for creating, reading, and manipulating GDSII layout files LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -#PYTHON_VERSIONS_INCOMPATIBLE= 35 36 34 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # PYSETUPBUILDTARGET= install .include "../../lang/python/egg.mk" |