diff options
author | recht <recht@pkgsrc.org> | 2004-01-25 16:06:47 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-25 16:06:47 +0000 |
commit | 0de275cb42a4624138e1255aa2b6d4222af672c4 (patch) | |
tree | 72851c039939998e8de61f2856b646f1f5c8186b /lang/python21 | |
parent | 1ef26d4f9cd8923cd659c7c2ccebf051cef69136 (diff) | |
download | pkgsrc-0de275cb42a4624138e1255aa2b6d4222af672c4.tar.gz |
bl3ify
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 |