summaryrefslogtreecommitdiff
path: root/lang/py-extclass
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-05-25 19:21:25 +0000
committerkristerw <kristerw@pkgsrc.org>2005-05-25 19:21:25 +0000
commita0b71b76e98ca38803816044f1f493612d6f74cf (patch)
treebdae1dfd4aeadf9d4f826ef79c79280ed3aad155 /lang/py-extclass
parent2e6fdb2ecb8aa8ad75d1553f7ad7e962d69a3756 (diff)
downloadpkgsrc-a0b71b76e98ca38803816044f1f493612d6f74cf.tar.gz
ake the build find the header files.
Diffstat (limited to 'lang/py-extclass')
-rw-r--r--lang/py-extclass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile
index 53f1ed540c0..2454bf7bec9 100644
--- a/lang/py-extclass/Makefile
+++ b/lang/py-extclass/Makefile
@@ -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 @@ do-install:
${INSTALL_DATA} *.txt *.stx ${PY_SITEPKG}/extclass_doc)
.include "../../lang/python20/Makefile.inc"
+.include "../../lang/python20/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"