diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-20 21:32:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-20 21:32:05 +0000 |
commit | 357966949c54f0fd9ad1ca0b1ccdf85bc39be1d8 (patch) | |
tree | f2eda00f6a965260892a71f487becd046ddae0d1 /lang/python22/Makefile | |
parent | 285451141aff7bc02126db92fcbbc96ad3b7f54e (diff) | |
download | pkgsrc-357966949c54f0fd9ad1ca0b1ccdf85bc39be1d8.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index c96bb68b4f5..f575146cd4f 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/15 12:13:38 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/20 21:40:35 jlam Exp $ # DISTNAME= Python-2.2.1 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-threads @@ -20,7 +20,7 @@ INSTALL_TARGET= altinstall post-extract: ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2.2 -.include "../../devel/zlib/buildlink.mk" +.include "../../devel/zlib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" # This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one |