diff options
author | obache <obache@pkgsrc.org> | 2010-04-01 09:32:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-01 09:32:13 +0000 |
commit | f2b8606adc2bfc6a83501c84975192659e8cc606 (patch) | |
tree | 2255fe23c429ce9da3314b21d344e21c31898a53 /www/elinks | |
parent | e282aee8d0311b7ff64c642b4aac36cf69c351ab (diff) | |
download | pkgsrc-f2b8606adc2bfc6a83501c84975192659e8cc606.tar.gz |
Should not be set to PKG_OPTIONS_LEGACY_OPTS, added instead.
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 d66c9359ab5..0ddf30227cc 100644 --- a/www/elinks/options.mk +++ b/www/elinks/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2009/07/02 20:04:12 drochner Exp $ +# $NetBSD: options.mk,v 1.11 2010/04/01 09:32:13 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.elinks PKG_SUPPORTED_OPTIONS+= bittorrent nntp javascript finger gopher @@ -12,7 +12,7 @@ PKG_OPTIONS_OPTIONAL_GROUPS= malloc PKG_SUGGESTED_OPTIONS= ssl javascript elinks-html-highlight elinks-exmode PKG_SUGGESTED_OPTIONS+= expat boehm-gc -PKG_OPTIONS_LEGACY_OPTS= spidermonkey:javascript +PKG_OPTIONS_LEGACY_OPTS+= spidermonkey:javascript .include "../../mk/bsd.options.mk" |