diff options
author | dillo <dillo> | 2005-08-13 11:25:14 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-08-13 11:25:14 +0000 |
commit | 6e34569b92f8d83425a7fa605bdabcd8a33a30cf (patch) | |
tree | 25b7ba25a40d741e4a51b1a5066658b858360433 /mk | |
parent | 0c74939a50f2441d17ff557194465f6e9b2462c3 (diff) | |
download | pkgsrc-6e34569b92f8d83425a7fa605bdabcd8a33a30cf.tar.gz |
Convert sun-jre14 and sun-jre15 to use the options framework.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 14 | ||||
-rw-r--r-- | mk/defaults/options.description | 1 |
2 files changed, 2 insertions, 13 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index b42439edf53..f9ab415b7d8 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.77 2005/08/07 16:37:11 wiz Exp $ +# $NetBSD: mk.conf,v 1.78 2005/08/13 11:25:14 dillo Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1728,18 +1728,6 @@ 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 - .if empty(MACHINE_PLATFORM:MNetBSD-1*-*) SUSE_PREFER?= 9.1 .else diff --git a/mk/defaults/options.description b/mk/defaults/options.description index a9269709067..0884ec54300 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -237,6 +237,7 @@ starttls Enable TLS support. static subshell suexec +sun-jre-jce Use unlimited strength cryptograpy extension. svn syncdir Force synchronous link() and related syscalls. tcpd |