summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron>2009-09-22 13:50:42 +0000
committertron <tron>2009-09-22 13:50:42 +0000
commitb045bc43724b13cb913700263d596bc7a3b621a7 (patch)
tree5e43bbfa01d19af34c908f04ee60cbcea7605b5a /lang
parent53c35c310d6b7cffcac2fb046fa0ed64faa4b07c (diff)
downloadpkgsrc-b045bc43724b13cb913700263d596bc7a3b621a7.tar.gz
Fix last change, "Nav.so" is only missing if we use the 64-Bit ABI
under Mac OS X Snow Leopard.
Diffstat (limited to 'lang')
-rw-r--r--lang/python26/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 0861e822e00..62697011172 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/09/21 13:06:43 tron Exp $
+# $NetBSD: Makefile,v 1.9 2009/09/22 13:50:42 tron Exp $
DISTNAME= Python-2.6.2
PKGNAME= python26-2.6.2
@@ -109,7 +109,7 @@ PLIST.oss= yes
INSTALL_UNSTRIPPED= yes
PLIST_VARS+= nav
-. if !empty(MACHINE_PLATFORM:MDarwin-[0-9].*-*)
+. if ${ABI} != "64"
PLIST.nav= yes
. endif
.endif