pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-dtml - Use lang/py-extclass/buildlink3.mk ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8e55ee9e46c
branches:  trunk
changeset: 499317:b8e55ee9e46c
user:      hira <hira%pkgsrc.org@localhost>
date:      Mon Sep 19 15:25:41 2005 +0000

description:
- 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:

 textproc/py-dtml/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a7820eb0d8a6 -r b8e55ee9e46c textproc/py-dtml/Makefile
--- a/textproc/py-dtml/Makefile Mon Sep 19 15:19:13 2005 +0000
+++ b/textproc/py-dtml/Makefile Mon Sep 19 15:25:41 2005 +0000
@@ -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 @@
 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 @@
                ${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"



Home | Main Index | Thread Index | Old Index