diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-23 21:33:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-23 21:33:53 +0000 |
commit | 3974157821521fd86d455d2158ee848cad5279f6 (patch) | |
tree | 8a5f62ce83ec4babdc22b4790c80cdcbd39edbca /www/zope | |
parent | 2c342625345174b9c80797a75267f02940096ed5 (diff) | |
download | pkgsrc-3974157821521fd86d455d2158ee848cad5279f6.tar.gz |
wildcard dependency
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 26cc6d2422d..82d21ea7e6d 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/08/23 13:41:31 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/23 21:33:53 wiz Exp $ # DISTNAME= Zope-2.1.4-src @@ -11,7 +11,7 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/ DEPENDS+= python-1.5.2:../../lang/python -DEPENDS+= py-extclass-2.1.4:../../lang/py-extclass +DEPENDS+= py-extclass>=2.1.4:../../lang/py-extclass DEPENDS+= py-dtml-2.2.0:../../textproc/py-dtml PLIST_SRC= ${WRKDIR}/.PLIST_SRC |