diff options
author | recht <recht> | 2004-08-02 16:59:22 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-02 16:59:22 +0000 |
commit | 5e965ded25040917aa8830c66948b3ffc6b00af9 (patch) | |
tree | 046d060f28e119aa1815a1282a093bd2efac2506 /lang/python21-pth | |
parent | c80600fd5459036a4cb9ec10eb7038c574c257bf (diff) | |
download | pkgsrc-5e965ded25040917aa8830c66948b3ffc6b00af9.tar.gz |
Fix PY_PLATNAME for IRIX.
Patch provided by Georg Schwarz in PR pkg/26507
Bump PKGREVISIONS (PLIST change)
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 38f62a7575d..c147cc5140a 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/01/27 18:55:30 abs Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/02 16:59:22 recht Exp $ # PKGNAME= python21-pth-2.1.3 -PKGREVISION= 4 +PKGREVISION= 5 PTHREAD_OPTS= require .include "../../mk/pthread.buildlink3.mk" |