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 | |
parent | 2c342625345174b9c80797a75267f02940096ed5 (diff) | |
download | pkgsrc-3974157821521fd86d455d2158ee848cad5279f6.tar.gz |
wildcard dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/zope-confera/Makefile | 4 | ||||
-rw-r--r-- | www/zope/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/zope-confera/Makefile b/www/zope-confera/Makefile index 64b3307b027..91dc5736f88 100644 --- a/www/zope-confera/Makefile +++ b/www/zope-confera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/05 14:12:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 21:33:53 wiz Exp $ # DISTNAME= Confera-1.2.0-nonbin @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/ -DEPENDS+= zope-*:../../www/zope +DEPENDS+= zope>=2.1.4:../../www/zope NO_BUILD= yes 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 |