diff options
author | recht <recht@pkgsrc.org> | 2004-07-19 22:26:57 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-19 22:26:57 +0000 |
commit | 843725d15c1d456cf685932b91015d6a61714e1a (patch) | |
tree | 0173b0f769027e9cd365052ce462af89341bae3c /lang | |
parent | 34aeba7d0984696fbfbd20d8744f8bf5de40b32a (diff) | |
download | pkgsrc-843725d15c1d456cf685932b91015d6a61714e1a.tar.gz |
Add missing zlib include.
Noted by Georg Schwarz on tech-pkg@.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python20/Makefile | 3 |
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" |