pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python20 Add missing zlib include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dad912d08f40
branches:  trunk
changeset: 478233:dad912d08f40
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Jul 19 22:26:57 2004 +0000

description:
Add missing zlib include.
Noted by Georg Schwarz on tech-pkg@.

diffstat:

 lang/python20/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 601705633e27 -r dad912d08f40 lang/python20/Makefile
--- a/lang/python20/Makefile    Mon Jul 19 22:10:52 2004 +0000
+++ b/lang/python20/Makefile    Mon Jul 19 22:26:57 2004 +0000
@@ -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 @@
        ${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"



Home | Main Index | Thread Index | Old Index