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