summaryrefslogtreecommitdiff
path: root/textproc/rfcutil
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-05-11 14:07:44 +0000
committerbsiegert <bsiegert>2015-05-11 14:07:44 +0000
commitbf5c40e5c13c71208189e5c54267cbff0d31bc4f (patch)
tree560d70484deabb3dadc820f9c59c6abcf0c9c9a9 /textproc/rfcutil
parentcdf940728df42e630f0719e978cee33d749e6d20 (diff)
downloadpkgsrc-bf5c40e5c13c71208189e5c54267cbff0d31bc4f.tar.gz
Use lynx, not the vulnerable links, by default. From kj Woolley in
PR pkg/49740.
Diffstat (limited to 'textproc/rfcutil')
-rw-r--r--textproc/rfcutil/options.mk4
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"