diff options
author | joerg <joerg> | 2010-07-17 18:13:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-07-17 18:13:08 +0000 |
commit | b7ae1a88435c2dd83f232a7bc3d0ebb47461e061 (patch) | |
tree | 5b646680c2ee20c6a8e4ccc1948cb25032104fe4 /math | |
parent | 856cba2a4086e50fcb17732f9cd067f26d03c138 (diff) | |
download | pkgsrc-b7ae1a88435c2dd83f232a7bc3d0ebb47461e061.tar.gz |
py-cython dependency doesn't support 2.4.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pytables/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-pytables/Makefile b/math/py-pytables/Makefile index 8b3835a0c99..ebf41ead30b 100644 --- a/math/py-pytables/Makefile +++ b/math/py-pytables/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/07/16 12:17:59 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2010/07/17 18:13:08 joerg Exp $ # DISTNAME= tables-2.2 @@ -12,6 +12,8 @@ COMMENT= Database package for large amounts of data PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 26 25 + PKG_OPTIONS_VAR= PKG_OPTIONS.pytables PKG_SUPPORTED_OPTIONS= lzo PKG_SUGGESTED_OPTIONS= |