pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Simplify pattern to detect Mac OS X Intel ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24d3b8afdbe7
branches: trunk
changeset: 399699:24d3b8afdbe7
user: tron <tron%pkgsrc.org@localhost>
date: Fri Sep 25 13:42:26 2009 +0000
description:
Simplify pattern to detect Mac OS X Intel 64-Bit.
diffstat:
lang/python/pyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 96aeaac9454d -r 24d3b8afdbe7 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Fri Sep 25 13:36:19 2009 +0000
+++ b/lang/python/pyversion.mk Fri Sep 25 13:42:26 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.76 2009/09/25 13:36:19 tron Exp $
+# $NetBSD: pyversion.mk,v 1.77 2009/09/25 13:42:26 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 empty(MACHINE_PLATFORM:MDarwin-*.*-x86_64)
+.if empty(MACHINE_PLATFORM:MDarwin-*-x86_64)
PYTHON_VERSION_DEFAULT?= 25
.else
PYTHON_VERSION_DEFAULT?= 26
Home |
Main Index |
Thread Index |
Old Index