diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 79ed361c8fb..43a39c6b6cd 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.24 2005/01/24 18:07:56 tv Exp $ +# $NetBSD: mk.conf,v 1.25 2005/02/09 15:53:50 abs Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1973,11 +1973,15 @@ SUN_JRE15_USE_JCE?= NO # Possible: YES or NO. # Default: NO +.if empty(MACHINE_PLATFORM:MNetBSD-1*-*) +SUSE_PREFER?= 9.1 +.else SUSE_PREFER?= 7.3 +.endif # Which version of the suse packages to prefer. -# Decides if you want to use 7.3 (default) or 9.1 by default. +# Decides if you want to use 9.1 (default) or 7.3 (pre NetBSD-2) by default. # Possible: 7.3, 9.1 -# Default: 7.3 +# Default: 9.1 in 2.0 and later, 7.3 otherwise TIN_USE_INN_SPOOL?= NO # Used to enable reading directly in an inn spool. |