summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht>2004-01-25 16:06:47 +0000
committerrecht <recht>2004-01-25 16:06:47 +0000
commitb745de390eb870cf13304f800a97621808236a4d (patch)
tree72851c039939998e8de61f2856b646f1f5c8186b /lang
parent2c25b2469b7801538f6e0e86c2164c262faf545e (diff)
downloadpkgsrc-b745de390eb870cf13304f800a97621808236a4d.tar.gz
bl3ify
Diffstat (limited to 'lang')
-rw-r--r--lang/python20/Makefile6
-rw-r--r--lang/python21-pth/Makefile4
-rw-r--r--lang/python21/Makefile.common6
-rw-r--r--lang/python22-pth/Makefile4
-rw-r--r--lang/python22/Makefile.common6
5 files changed, 13 insertions, 13 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index be9b3395c12..32c040ce0a5 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:19:17 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/25 16:06:47 recht Exp $
#
DISTNAME= Python-2.0.1
@@ -19,7 +19,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
WRKSRC= ${WRKDIR}/Python-2.0.1
DIST_SUBDIR= python
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-threads
INSTALL_TARGET= altinstall
@@ -74,5 +74,5 @@ post-install:
${RM} ${PREFIX}/bin/python2.0
${INSTALL_PROGRAM} ${WRKSRC}/python ${PREFIX}/bin/python2.0
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile
index 635b5f15ab0..40510c3829c 100644
--- a/lang/python21-pth/Makefile
+++ b/lang/python21-pth/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 07:09:15 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
#
PKGNAME= python21-pth-2.1.3
PKGREVISION= 3
PTHREAD_OPTS= require
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
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
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile
index 3341553660f..bdafa9bb28e 100644
--- a/lang/python22-pth/Makefile
+++ b/lang/python22-pth/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 08:13:14 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/25 16:06:47 recht Exp $
#
PKGNAME= python22-pth-2.2.3
PTHREAD_OPTS= require
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.if ${PTHREAD_TYPE} == "pth"
CONFIGURE_ARGS+= --with-pth
.endif
diff --git a/lang/python22/Makefile.common b/lang/python22/Makefile.common
index 3bd16633ebf..8fa80b439fd 100644
--- a/lang/python22/Makefile.common
+++ b/lang/python22/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2004/01/24 08:13:14 grant Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/01/25 16:06:47 recht Exp $
#
DISTNAME= Python-2.2.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
.include "../../mk/bsd.prefs.mk"
@@ -38,7 +38,7 @@ INSTALL_TARGET= altinstall
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