diff options
author | wiz <wiz@pkgsrc.org> | 2012-11-04 21:50:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-11-04 21:50:53 +0000 |
commit | ad7dc1f9a419945f6cda1ca8a118454a2f3f941a (patch) | |
tree | 36117b52d8b4e7f55e6fc73f8b8cc8ff83945df9 /www/elinks | |
parent | 3f884383628fd47acbd12e0868c2fc36949f1c51 (diff) | |
download | pkgsrc-ad7dc1f9a419945f6cda1ca8a118454a2f3f941a.tar.gz |
Remove javascript from supported options, as noted by Mayuresh on
pkgsrc-users.
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/elinks/options.mk b/www/elinks/options.mk index 318a2c558cb..ce77e0de127 100644 --- a/www/elinks/options.mk +++ b/www/elinks/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.15 2012/11/03 14:43:25 wiz Exp $ +# $NetBSD: options.mk,v 1.16 2012/11/04 21:50:53 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.elinks -PKG_SUPPORTED_OPTIONS+= bittorrent nntp javascript finger gopher +PKG_SUPPORTED_OPTIONS+= bittorrent nntp finger gopher PKG_SUPPORTED_OPTIONS+= inet6 x11 elinks-exmode expat PKG_SUPPORTED_OPTIONS+= elinks-html-highlight elinks-root-exec PKG_SUPPORTED_OPTIONS+= kerberos |