summaryrefslogtreecommitdiff
path: root/lang/python20
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/python20
parent2c25b2469b7801538f6e0e86c2164c262faf545e (diff)
downloadpkgsrc-b745de390eb870cf13304f800a97621808236a4d.tar.gz
bl3ify
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile6
1 files changed, 3 insertions, 3 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"