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 087c21f3bb0..03972a927e9 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:35 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/07/09 13:03:38 wiz Exp $ SVN_REVISION= 2019 DIST_VERSION= 0.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://code.google.com/p/gyp/ COMMENT= GYP can Generate Your Projects LICENSE= modified-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # REPLACE_PYTHON settings farmed out due to size... |