From 16ae2c235afcd6a080bc424a86b3698b3ea5b4f8 Mon Sep 17 00:00:00 2001 From: hira Date: Mon, 19 Sep 2005 15:25:41 +0000 Subject: - Use lang/py-extclass/buildlink3.mk instead of DEPENDS. - Add inclusion of lang/python20/buildlink3.mk. This should fix build error seen in bulk build. Reviewed by minskim@. --- textproc/py-dtml/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/py-dtml/Makefile b/textproc/py-dtml/Makefile index 3cb5b02e8fe..395655e6f01 100644 --- a/textproc/py-dtml/Makefile +++ b/textproc/py-dtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/07/22 09:16:02 recht Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/19 15:25:41 hira Exp $ # DISTNAME= Zope-2.2.2-src @@ -12,8 +12,6 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.html COMMENT= DTML and StructuredText from Zope, also independently useful -DEPENDS+= py-extclass>=2.2.2:../../lang/py-extclass - WRKSRC= ${WRKDIR}/${DISTNAME}/lib/python/DocumentTemplate PLIST_SRC= ${WRKDIR}/.PLIST_SRC EXTRACT_ELEMENTS= ${DISTNAME}/lib/python/DocumentTemplate \ @@ -43,4 +41,7 @@ do-install: ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC} .include "../../lang/python20/Makefile.inc" + +.include "../../lang/py-extclass/buildlink3.mk" +.include "../../lang/python20/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3