diff options
Diffstat (limited to 'devel/gyp/Makefile')
-rw-r--r-- | devel/gyp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gyp/Makefile b/devel/gyp/Makefile index ce427dc51db..281d0854712 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2018/07/03 05:03:09 adam Exp $ +# $NetBSD: Makefile,v 1.19 2019/04/26 13:13:49 maya Exp $ GIT_VERSION= 20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 DIST_VERSION= 0.1 @@ -12,7 +12,7 @@ HOMEPAGE= https://gyp.gsrc.io/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.1pre20161117.940a15ee3f1c89f193cb4c19373b3f6e9ad15b95 EGG_NAME= gyp-${DIST_VERSION} WRKSRC= ${WRKDIR}/gyp |