diff options
author | taca <taca@pkgsrc.org> | 2007-12-25 06:03:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-25 06:03:54 +0000 |
commit | 13b316de888f1237b3f3542210c0ff53d0ecd431 (patch) | |
tree | ce231bf214c4fc328078e5d7983cc2dd3bfb8a9b /www | |
parent | 1b5c6554d0c0b4f44b509fd33169aa59d290fbf2 (diff) | |
download | pkgsrc-13b316de888f1237b3f3542210c0ff53d0ecd431.tar.gz |
zope 2.10.x depends on py-expat package.
Diffstat (limited to 'www')
-rw-r--r-- | www/zope210/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 4a8b023a2b2..5bb806c9025 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/12/18 15:35:22 taca Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/25 06:03:54 taca Exp $ # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp DISTNAME= Zope-${ZOPE210_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= 210 |