summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-19 22:26:57 +0000
committerrecht <recht@pkgsrc.org>2004-07-19 22:26:57 +0000
commit92334ef2c17d5205cf9d44cf272b32b81179a2b6 (patch)
tree0173b0f769027e9cd365052ce462af89341bae3c /lang/python20
parent324ab88e55b33e24831dc6038f76fa42d11d0b65 (diff)
downloadpkgsrc-92334ef2c17d5205cf9d44cf272b32b81179a2b6.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"