pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-extclass ake the build find the header files.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44a85cf94344
branches:  trunk
changeset: 494575:44a85cf94344
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed May 25 19:21:25 2005 +0000

description:
ake the build find the header files.

diffstat:

 lang/py-extclass/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 5a4dd5a641d0 -r 44a85cf94344 lang/py-extclass/Makefile
--- a/lang/py-extclass/Makefile Wed May 25 18:23:46 2005 +0000
+++ b/lang/py-extclass/Makefile Wed May 25 19:21:25 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/07/22 09:16:02 recht Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/25 19:21:25 kristerw Exp $
 #
 
 DISTNAME=      Zope-2.2.2-src
@@ -35,4 +35,5 @@
        ${INSTALL_DATA} *.txt *.stx ${PY_SITEPKG}/extclass_doc)
 
 .include "../../lang/python20/Makefile.inc"
+.include "../../lang/python20/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index