From 4cc2b2d9b33527235d3690dc1c04074ef6ababe5 Mon Sep 17 00:00:00 2001 From: xsa Date: Sun, 8 Aug 2004 09:29:01 +0000 Subject: [PATCH] use MODPY_EXPAT_DEPENDS; MAINTAINER timeout ....... --- textproc/py-xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 5d2dc1971d4..deced889490 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2004/08/03 21:34:44 xsa Exp $ +# $OpenBSD: Makefile,v 1.21 2004/08/08 09:29:01 xsa Exp $ NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} @@ -34,7 +34,7 @@ FLAVOR?= LIB_DEPENDS= expat.2::textproc/expat .if !${FLAVOR:L:Mpyexpat} -BUILD_DEPENDS+= :python-expat-${MODPY_VERSION}*:lang/python/${MODPY_VERSION},-expat +BUILD_DEPENDS= ${MODPY_EXPAT_DEPENDS} .endif NO_REGRESS= Yes