From cc47653370527cdb6a292ffe65e1640047eced53 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 9 Jun 2007 23:28:37 +0000 Subject: Make Zope product dependency stricter, so that it doesn't match Zope 2.9 and later. No revision bump for all components, but this should help pkg_add to pick up the right Zope when binaries for all are available. Discussed with taca@ --- www/zope25/product.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/zope25') diff --git a/www/zope25/product.mk b/www/zope25/product.mk index 788c38b0509..1e749b52917 100644 --- a/www/zope25/product.mk +++ b/www/zope25/product.mk @@ -1,7 +1,7 @@ -# $NetBSD: product.mk,v 1.10 2006/04/06 06:22:56 reed Exp $ +# $NetBSD: product.mk,v 1.11 2007/06/09 23:28:37 joerg Exp $ DIST_SUBDIR= zope -BUILDLINK_API_DEPENDS.zope?= zope-2.* +BUILDLINK_API_DEPENDS.zope?= zope>=2.5<2.7 DEPENDS+= ${BUILDLINK_API_DEPENDS.zope}:../../www/zope25 EVAL_PREFIX+= BUILDLINK_PREFIX.zope=zope25 BUILDLINK_PREFIX.zope_DEFAULT= ${LOCALBASE} -- cgit v1.2.3