diff options
Diffstat (limited to 'www/zope3/Makefile')
-rw-r--r-- | www/zope3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/zope3/Makefile b/www/zope3/Makefile index 34847b4165e..d8b754fb0b6 100644 --- a/www/zope3/Makefile +++ b/www/zope3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/02 06:26:27 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/10 02:51:35 taca Exp $ # DISTNAME= Zope-3.1.0 @@ -33,7 +33,7 @@ ZOPE3_USER?= zope3 PKG_GROUPS= ${ZOPE3_GROUP} PKG_USERS= ${ZOPE3_USER}:${ZOPE3_GROUP}::Zope3\ user -PYTHON_VERSION_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 24 23 MESSAGE_SUBST+= ZOPE3_USER=${ZOPE3_USER} ZOPE3_GROUP=${ZOPE3_GROUP} \ VARBASE=${VARBASE} |