summaryrefslogtreecommitdiff
path: root/lang/python22-pth
diff options
context:
space:
mode:
authordanw <danw>2004-04-23 01:25:09 +0000
committerdanw <danw>2004-04-23 01:25:09 +0000
commitbc2d4b22e5e15c48d47e08a1153ab41dc4d5a34f (patch)
treeeb5460f2ff7bb6d5fcf29cb66e6842746d94012d /lang/python22-pth
parent6b6db350d910edc6dc324db8ace8300690b0d051 (diff)
downloadpkgsrc-bc2d4b22e5e15c48d47e08a1153ab41dc4d5a34f.tar.gz
set INSTALL_UNSTRIPPED on Darwin so modules will be able to resolve
symbols in the python binary. Bump PKGREVISION and require the new versions on Darwin. Fixes pkg/25272
Diffstat (limited to 'lang/python22-pth')
-rw-r--r--lang/python22-pth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile
index cfd90cf5bfa..cc03bb78b5a 100644
--- a/lang/python22-pth/Makefile
+++ b/lang/python22-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/04/23 01:25:09 danw Exp $
#
PKGNAME= python22-pth-2.2.3
-PKGREVISION= 1
+PKGREVISION= 2
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink3.mk"