diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-05-11 14:07:44 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-05-11 14:07:44 +0000 |
commit | f4193700f35c73a0ba6b9abf5de795475436a4ae (patch) | |
tree | 560d70484deabb3dadc820f9c59c6abcf0c9c9a9 /textproc | |
parent | 3468f3a6faa230d2256a7772ca8dae03aceb79d3 (diff) | |
download | pkgsrc-f4193700f35c73a0ba6b9abf5de795475436a4ae.tar.gz |
Use lynx, not the vulnerable links, by default. From kj Woolley in
PR pkg/49740.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rfcutil/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rfcutil/options.mk b/textproc/rfcutil/options.mk index 3931cf3ac0d..d04b16e2598 100644 --- a/textproc/rfcutil/options.mk +++ b/textproc/rfcutil/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2009/01/04 15:37:07 hubertf Exp $ +# $NetBSD: options.mk,v 1.2 2015/05/11 14:07:44 bsiegert Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rfcutil PKG_OPTIONS_OPTIONAL_GROUPS= rfcutil-browser PKG_OPTIONS_GROUP.rfcutil-browser= links lynx w3m -PKG_SUGGESTED_OPTIONS= links +PKG_SUGGESTED_OPTIONS= lynx .include "../../mk/bsd.options.mk" |