diff options
author | wiz <wiz> | 2002-10-10 09:49:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-10 09:49:54 +0000 |
commit | 17302b664b1d84ca49848f3df1ed2edafe3282f9 (patch) | |
tree | f7d159fda2d409dc309c21253fce5ebaa64dad72 /lang/python21 | |
parent | 53597e8fe9bda9e6d01a0b702df666b27b37cfca (diff) | |
download | pkgsrc-17302b664b1d84ca49848f3df1ed2edafe3282f9.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 3b77d062b69..1bdcd3b8331 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/04/15 12:10:49 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/10 09:57:51 wiz Exp $ # DISTNAME= Python-2.1.3 @@ -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.1 -.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 |