diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-17 12:01:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-17 12:01:34 +0000 |
commit | 050422271703810bedb4ba8629c3371bded05b9a (patch) | |
tree | 87ba2701ca1dee115410e73ffc84a43bc226c891 | |
parent | c49a447d469d6136ab0332eb8bd83f1f545eb54c (diff) | |
download | pkgsrc-050422271703810bedb4ba8629c3371bded05b9a.tar.gz |
twisted is restricted to 2.4+, so restrict here as well.
-rw-r--r-- | www/py-nevow/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index e4415e1d711..115256cadfc 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:56 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/09/17 12:01:34 joerg Exp $ # DISTNAME= nevow-0.3 @@ -13,6 +13,8 @@ COMMENT= Next-generation web application templating system PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 25 24 + DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml |