diff options
Diffstat (limited to 'lang/python20')
-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" |