diff options
author | joerg <joerg@pkgsrc.org> | 2014-08-13 22:39:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-08-13 22:39:30 +0000 |
commit | d0796d85b016a348707e6f12eb876f42a743a4cc (patch) | |
tree | 9be8ab854301c6eda8a512f7d34a22f3e016189c /devel/gyp | |
parent | e42af8a4dc4cdb827404a87f577eec0805123d9f (diff) | |
download | pkgsrc-d0796d85b016a348707e6f12eb876f42a743a4cc.tar.gz |
Not compatible with Python 2.6.
Diffstat (limited to 'devel/gyp')
-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 52af2fdb708..ecd2470818f 100644 --- a/devel/gyp/Makefile +++ b/devel/gyp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/08/07 02:52:53 obache Exp $ +# $NetBSD: Makefile,v 1.8 2014/08/13 22:39:30 joerg Exp $ SVN_REVISION= 1949 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 # not yet ported as of 0.1pre1718 +PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # not yet ported as of 0.1pre1718 EGG_NAME= gyp-${DIST_VERSION} # for test |