summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorrecht <recht>2004-07-19 22:26:57 +0000
committerrecht <recht>2004-07-19 22:26:57 +0000
commit5c766f3ca11350068f5f30faa1861b27e328c417 (patch)
tree0173b0f769027e9cd365052ce462af89341bae3c /lang/python20
parentca31e6805b506a812a6530168388aaac8450a187 (diff)
downloadpkgsrc-5c766f3ca11350068f5f30faa1861b27e328c417.tar.gz
Add missing zlib include.
Noted by Georg Schwarz on tech-pkg@.
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index 1701f953c80..4c646cc9a37 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:42 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2004/07/19 22:26:57 recht Exp $
#
DISTNAME= Python-2.0.1
@@ -75,5 +75,6 @@ post-install:
${RM} ${PREFIX}/bin/python2.0
${INSTALL_PROGRAM} ${WRKSRC}/python ${PREFIX}/bin/python2.0
+.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"