diff options
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python21/Makefile.common b/lang/python21/Makefile.common index 8365a54f297..ac2349fa4d2 100644 --- a/lang/python21/Makefile.common +++ b/lang/python21/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/01/24 07:09:15 grant Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $ # DISTNAME= Python-2.1.3 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES INSTALL_TARGET= altinstall @@ -46,7 +46,7 @@ PLIST_SUBST+= PY_VER_SUFFIX=${PY_VER_SUFFIX} post-extract: ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX} -.include "../../devel/zlib/buildlink2.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" # This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one |