diff options
author | tonio <tonio> | 2006-03-09 20:44:45 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-03-09 20:44:45 +0000 |
commit | 794dc6cb6d76de940da0d820c09a60cb3c04d85c (patch) | |
tree | 843587973f02027ec3f88b381aa310d5ed28be34 /mk/defaults | |
parent | 666da2f6c32a46e37e58c47b4f7507d537ef7b0e (diff) | |
download | pkgsrc-794dc6cb6d76de940da0d820c09a60cb3c04d85c.tar.gz |
mention SUSE_PREFER=10.0 in coments (but keep 9.1 as default)
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 4394b74d3e0..24d051a5211 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.111 2006/02/24 10:14:36 ghen Exp $ +# $NetBSD: mk.conf,v 1.112 2006/03/09 20:44:45 tonio Exp $ # # This file provides default values for variables that may be overridden @@ -1610,8 +1610,9 @@ SUSE_PREFER?= 9.1 SUSE_PREFER?= 7.3 .endif # Which version of the suse packages to prefer. -# Decides if you want to use 9.1 (default) or 7.3 (pre NetBSD-2) by default. -# Possible: 7.3, 9.1 +# Decides if you want to use 10.0 (experimental), 9.1 (default) or 7.3 +# (pre NetBSD-2) by default. +# Possible: 7.3, 9.1, 10.0 # Default: 9.1 in 2.0 and later, 7.3 otherwise TEX_DEFAULT?= teTeX3 |