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/python20 | |
parent | 1ef26d4f9cd8923cd659c7c2ccebf051cef69136 (diff) | |
download | pkgsrc-0de275cb42a4624138e1255aa2b6d4222af672c4.tar.gz |
bl3ify
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/Makefile | 6 |
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" |