From 9bb6412564d2f5245e0f511e2698b77b663e5b1d Mon Sep 17 00:00:00 2001 From: bernd Date: Fri, 28 Jul 2006 12:38:37 +0000 Subject: [PATCH] Add python-expat to RUN_DEPENDS. Spotted by Konrad Foerstner. 'looks good' mbalmer@, xsa@ --- www/plone/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/plone/Makefile b/www/plone/Makefile index 59d18a6995f..e073b08e12e 100644 --- a/www/plone/Makefile +++ b/www/plone/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2006/03/12 12:23:13 aanriot Exp $ +# $OpenBSD: Makefile,v 1.16 2006/07/28 12:38:37 bernd Exp $ COMMENT= "content management system built on top of Zope" DISTNAME= Plone-2.1.1 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= www HOMEPAGE= http://www.plone.org/ @@ -20,7 +20,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plone/} MODULES= www/zope -RUN_DEPENDS= ::www/zope-cmf +RUN_DEPENDS= ::www/zope-cmf \ + ::lang/python/${MODZOPE_PYTHON_VERSION},-expat PLONEITEMS= CMFPlone CMFQuickInstallerTool GroupUserFolder \ PlacelessTranslationService PloneLanguageTool \