diff options
author | taca <taca@pkgsrc.org> | 2007-12-25 06:02:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-25 06:02:54 +0000 |
commit | 1b5c6554d0c0b4f44b509fd33169aa59d290fbf2 (patch) | |
tree | 821ceae8de688d760fc2ef8642eb99ed36cdc87e /www/zope29 | |
parent | 7a19ee2fa58dda7c922ea98c0bf3e507127bfca8 (diff) | |
download | pkgsrc-1b5c6554d0c0b4f44b509fd33169aa59d290fbf2.tar.gz |
zope 2.9.x depends on py-expat package.
Diffstat (limited to 'www/zope29')
-rw-r--r-- | www/zope29/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 2ada53a2543..0f50c4cca47 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/12/18 15:31:12 taca Exp $ +# $NetBSD: Makefile,v 1.14 2007/12/25 06:02:54 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${ZOPE29_VERSION}-final @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/ COMMENT= Zope, the Z Object Publishing Environment +DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat + PYTHON_VERSIONS_ACCEPTED= 24 ZOPE_VERSION= 29 |