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 /lang/python23-pth | |
parent | a075f5adf6adb4fad81a470c95c87e6bf2efc596 (diff) | |
download | pkgsrc-4a8320bcb92239c433aef702e975da05fd4d0b22.tar.gz |
bl3ify
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |