summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-05 13:46:39 +0000
committerwiz <wiz>2004-11-05 13:46:39 +0000
commit14740959c626170589d8ce28da045e63ad6da9fb (patch)
treeb80f58ed72194c01205bd320e65271c84fbc1aab /mk/defaults
parentd0305713a704546ac5658882919e8b013df293e2 (diff)
downloadpkgsrc-14740959c626170589d8ce28da045e63ad6da9fb.tar.gz
Add a switch SUSE_PREFER which can be set to 9.1 to get
suse91 packages by default.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf32
1 files changed, 19 insertions, 13 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index b213585f427..0b6e2118184 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.11 2004/10/26 21:22:51 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.12 2004/11/05 13:46:39 wiz Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1918,18 +1918,6 @@ SILC_CLIENT_WITH_PERL?= YES
# --enable-ipf-transparent
# --enable-snmp
-SUN_JRE14_USE_JCE?= NO
-# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
-# Jurisdiction Policy Files in the sun-jre14 package
-# Possible: YES or NO.
-# Default: NO
-
-SUN_JRE15_USE_JCE?= NO
-# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
-# Jurisdiction Policy Files in the sun-jre15 package
-# Possible: YES or NO.
-# Default: NO
-
SSH_RSHPATH?= ${RSH}
# Used in ssh to specify standard rsh path
# Possible: path to rsh binary
@@ -1946,6 +1934,24 @@ SSYNC_PAWD?= pwd
# Possible: pawd, pwd
# Default: pwd
+SUN_JRE14_USE_JCE?= NO
+# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
+# Jurisdiction Policy Files in the sun-jre14 package
+# Possible: YES or NO.
+# Default: NO
+
+SUN_JRE15_USE_JCE?= NO
+# Whether to include the Java Cryptography Extension (JCE) Unlimited Strength
+# Jurisdiction Policy Files in the sun-jre15 package
+# Possible: YES or NO.
+# Default: NO
+
+SUSE_PREFER?= 7.3
+# Which version of the suse packages to prefer.
+# Decides if you want to use 7.3 (default) or 9.1 by default.
+# Possible: 7.3, 9.1
+# Default: 7.3
+
TIN_USE_INN_SPOOL?= NO
# Used to enable reading directly in an inn spool.
# Possible: YES, or NO.