diff options
author | tron <tron@pkgsrc.org> | 2009-09-25 13:42:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-25 13:42:26 +0000 |
commit | a39741673902b196be94f1629f6c2dc97ca7a2d6 (patch) | |
tree | 86aac680666147c3d08d1e10a3ddf8a422ce177d /lang/python | |
parent | 5d600156b894f35b7249d960166a7bf4bbc280ca (diff) | |
download | pkgsrc-a39741673902b196be94f1629f6c2dc97ca7a2d6.tar.gz |
Simplify pattern to detect Mac OS X Intel 64-Bit.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 36a819cc5da..fca1b5b7992 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -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 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9])-.*/\2/} 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 |