summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authortron <tron>2009-09-25 13:42:26 +0000
committertron <tron>2009-09-25 13:42:26 +0000
commit2c1b12016c1a4a975088ca4f55b07e2d01b99a27 (patch)
tree86aac680666147c3d08d1e10a3ddf8a422ce177d /lang/python
parent1e50f8c73a7cca9ef840411e018bc50a275d8dda (diff)
downloadpkgsrc-2c1b12016c1a4a975088ca4f55b07e2d01b99a27.tar.gz
Simplify pattern to detect Mac OS X Intel 64-Bit.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
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