diff options
author | wiz <wiz> | 2000-08-23 21:33:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-23 21:33:53 +0000 |
commit | 81f8f164ccb17f67aebb2c987ddbeacee0a8765b (patch) | |
tree | 8a5f62ce83ec4babdc22b4790c80cdcbd39edbca /www/zope | |
parent | 1f546610c189a98fb9ca86c347ca812ea4b702df (diff) | |
download | pkgsrc-81f8f164ccb17f67aebb2c987ddbeacee0a8765b.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 |