diff options
author | dmcmahill <dmcmahill> | 2000-08-23 13:41:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-23 13:41:31 +0000 |
commit | 955ec96b446ee9872a44eea72aafc5ec668b6844 (patch) | |
tree | b0ee272e451325596a9619c535161a9139e4d767 /www/zope | |
parent | d173a304654e914590ea14e56d2429313603a821 (diff) | |
download | pkgsrc-955ec96b446ee9872a44eea72aafc5ec668b6844.tar.gz |
update the depends on py-dtml to match what we have in pkgsrc
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 9d072b154de..26cc6d2422d 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/02/15 02:48:39 tsarna Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/23 13:41:31 dmcmahill Exp $ # DISTNAME= Zope-2.1.4-src @@ -12,7 +12,7 @@ HOMEPAGE= http://www.zope.org/ DEPENDS+= python-1.5.2:../../lang/python DEPENDS+= py-extclass-2.1.4:../../lang/py-extclass -DEPENDS+= py-dtml-2.1.4:../../textproc/py-dtml +DEPENDS+= py-dtml-2.2.0:../../textproc/py-dtml PLIST_SRC= ${WRKDIR}/.PLIST_SRC |