summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-09-19 15:25:41 +0000
committerhira <hira@pkgsrc.org>2005-09-19 15:25:41 +0000
commit68c7d427395e34839c61278165920bd0414fa033 (patch)
treede0bdb63cebd6aa8eb430530020e54beba8044c2 /textproc
parent33275d91188e516d3d9c393aa6fd3e1a4041352b (diff)
downloadpkgsrc-68c7d427395e34839c61278165920bd0414fa033.tar.gz
- 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@.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-dtml/Makefile7
1 files 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"