diff options
author | recht <recht@pkgsrc.org> | 2004-01-24 20:53:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-24 20:53:54 +0000 |
commit | 4a8320bcb92239c433aef702e975da05fd4d0b22 (patch) | |
tree | 33fa8a35e26155c01466658427053b9efb2e3159 | |
parent | a075f5adf6adb4fad81a470c95c87e6bf2efc596 (diff) | |
download | pkgsrc-4a8320bcb92239c433aef702e975da05fd4d0b22.tar.gz |
bl3ify
-rw-r--r-- | lang/python23-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python23/Makefile.common | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index f35af236ec1..f3bced770f8 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2004/01/24 19:48:11 recht Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/24 20:53:54 recht Exp $ # PKGNAME= python23-pth-2.3.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/python23/Makefile.common b/lang/python23/Makefile.common index 8c97f9fcb4f..519fdcb4007 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/01/24 19:48:11 recht Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/24 20:53:54 recht Exp $ # DISTNAME= Python-2.3.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language USE_DB185= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= OPT="${CFLAGS}" @@ -59,7 +59,7 @@ PLIST_SUBST+= X86_ONLY=${X86_SUBST} PLIST_SUBST+= OSSAUDIODEV=${OSSAUDIODEV_SUBST} # ensure that the bsddb185 module is built on all platforms -.include "../../databases/db/buildlink2.mk" +.include "../../databases/db/buildlink3.mk" SUBST_CLASSES+= setup SUBST_MESSAGE.setup= "Fixing paths for db 1.85." @@ -97,8 +97,8 @@ INSTALL_TARGET= altinstall post-extract: ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX} -.include "../../archivers/bzip2/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" -.include "../../security/openssl/buildlink2.mk" -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |