diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 13:26:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 13:26:40 +0000 |
commit | 6aabcc067f1e8b41e01629220bf8aeba990bf4c3 (patch) | |
tree | 6e7eff895af8448da80b286dcf84e9dbae2e9405 /mk | |
parent | 2e708181302d239a885c494887e7ca9e513a3de7 (diff) | |
download | pkgsrc-6aabcc067f1e8b41e01629220bf8aeba990bf4c3.tar.gz |
Remove obsolete USE_IDEA variable.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index e762deead15..c99425edf72 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.62 2005/06/03 13:20:50 wiz Exp $ +# $NetBSD: mk.conf,v 1.63 2005/06/03 13:26:40 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1941,12 +1941,6 @@ USE_I586?= NO # Possible: YES, or NO. # Default: NO -USE_IDEA?= NO -# Used in gnupg, speakfreely, and ssh to choose whether to compile using -# the patented IDEA encryption algorithm. -# Possible: YES, or NO. -# Default: package-dependent - #USE_INET6= # Enable IPv6 support on certain packages. It is safer to leave it undefined # in mk.conf and obey the default. Reasons: |