pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Re-do last change to avoid problems on Mac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6a49df15b91
branches: trunk
changeset: 565550:e6a49df15b91
user: tron <tron%pkgsrc.org@localhost>
date: Fri Sep 25 13:36:19 2009 +0000
description:
Re-do last change to avoid problems on Mac OS X older than Snow Leopard.
diffstat:
lang/python/pyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 469c07c51e2d -r e6a49df15b91 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Fri Sep 25 12:48:16 2009 +0000
+++ b/lang/python/pyversion.mk Fri Sep 25 13:36:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.75 2009/09/22 13:46:09 tron Exp $
+# $NetBSD: pyversion.mk,v 1.76 2009/09/25 13:36:19 tron Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -68,7 +68,7 @@
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-.if ${OPSYS} != "Darwin" || ${ABI} != "64"
+.if empty(MACHINE_PLATFORM:MDarwin-*.*-x86_64)
PYTHON_VERSION_DEFAULT?= 25
.else
PYTHON_VERSION_DEFAULT?= 26
Home |
Main Index |
Thread Index |
Old Index