summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht>2004-07-19 22:26:57 +0000
committerrecht <recht>2004-07-19 22:26:57 +0000
commit3c990574205b74aa6946abef1afae67d25f97537 (patch)
tree0173b0f769027e9cd365052ce462af89341bae3c /lang
parent509029b5b5a5c1371fdc24bbadb4fc54ddef61aa (diff)
downloadpkgsrc-3c990574205b74aa6946abef1afae67d25f97537.tar.gz
Add missing zlib include.
Noted by Georg Schwarz on tech-pkg@.
Diffstat (limited to 'lang')
-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"