diff options
-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= |