diff options
author | minskim <minskim> | 2006-08-27 01:47:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-08-27 01:47:03 +0000 |
commit | 11faa64ec6d43c2d78924568e85f4c051834f556 (patch) | |
tree | 5e8e9db84aa9ff83e731edf5989fb37ca9eeca2f /www/zope29/Makefile | |
parent | 772b43bee019c98b1b9b50700cfc6e671fc54877 (diff) | |
download | pkgsrc-11faa64ec6d43c2d78924568e85f4c051834f556.tar.gz |
This package needs py-xml. Bump PKGREVISION.
Diffstat (limited to 'www/zope29/Makefile')
-rw-r--r-- | www/zope29/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 41d7f7375eb..07155082455 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2006/08/23 18:58:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/27 01:47:03 minskim Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-2.9.4-final PKGNAME= zope-2.9.4 +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${PKGVERSION}/ EXTRACT_SUFX= .tgz @@ -12,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/ COMMENT= Zope, the Z Object Publishing Environment +DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml + DIST_SUBDIR= zope PYTHON_VERSIONS_ACCEPTED= 21 22 23 24 RCD_SCRIPTS= ${PKGBASE}29.sh zeo29.sh |