summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-10-10 15:46:08 +0000
committerjschauma <jschauma>2003-10-10 15:46:08 +0000
commit50c6924be954972034cc97d4cb61a121c2fba513 (patch)
treefc31de77bcba98ff4e95ce57f6fa827731c723d7 /mk
parent5bcc9d8498e29f00b5d3b7fc5819b5f41ba87396 (diff)
downloadpkgsrc-50c6924be954972034cc97d4cb61a121c2fba513.tar.gz
Follow Dan Winships solution from the teTeX-bin package to check for
OS_VERSION >= 6.0 by using ${OS_VERSION:R} >= 6
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.Darwin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 6fdc8749291..261efa1ae50 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.58 2003/10/05 08:20:44 grant Exp $
+# $NetBSD: defs.Darwin.mk,v 1.59 2003/10/10 15:46:08 jschauma Exp $
#
# Variable definitions for the Darwin operating system.
@@ -107,7 +107,7 @@ IMAKE_MANNEWSUFFIX= ${IMAKE_MAN_SUFFIX}
_DO_SHLIB_CHECKS= yes # on installation, fixup PLIST for shared libs
_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
-.if ${OS_VERSION} >= 6.0
+.if ${OS_VERSION:R} >= 6
_OPSYS_HAS_INET6= yes # IPv6 is standard
.else
_OPSYS_HAS_INET6= no # IPv6 is not standard