diff options
author | tron <tron@pkgsrc.org> | 2009-09-22 13:50:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-22 13:50:42 +0000 |
commit | d96a307b509e72e8f768e72fe6dc5dac50569799 (patch) | |
tree | 5e43bbfa01d19af34c908f04ee60cbcea7605b5a /lang | |
parent | 9a8773f19c7b1595336d3d0d07c353691a379858 (diff) | |
download | pkgsrc-d96a307b509e72e8f768e72fe6dc5dac50569799.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/Makefile | 4 |
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 |