diff options
author | aymeric <aymeric@pkgsrc.org> | 2007-10-02 15:04:53 +0000 |
---|---|---|
committer | aymeric <aymeric@pkgsrc.org> | 2007-10-02 15:04:53 +0000 |
commit | 574641bbe3175dfa402cf642a531446e0540271c (patch) | |
tree | 9086c8ed69b61ad914e1cffc22f8f9690bc33594 /x11/xterm | |
parent | c788419d09a7cf5ed252079e092f1f979e92c1ad (diff) | |
download | pkgsrc-574641bbe3175dfa402cf642a531446e0540271c.tar.gz |
remove option xterm-toolbar from the default options. Toolbar support seems
to be broken in xterm for now.
OK bjs@
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/options.mk b/x11/xterm/options.mk index 4fd6ada5c34..e65964ccb42 100644 --- a/x11/xterm/options.mk +++ b/x11/xterm/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.5 2007/09/17 06:36:21 bjs Exp $ +# $NetBSD: options.mk,v 1.6 2007/10/02 15:04:53 aymeric Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xterm PKG_SUPPORTED_OPTIONS= pcre xterm-luit freetype xterm-toolbar PKG_OPTIONS_OPTIONAL_GROUPS= color PKG_OPTIONS_GROUP.color= xterm-88color xterm-256color -PKG_SUGGESTED_OPTIONS= xterm-256color xterm-luit xterm-toolbar +PKG_SUGGESTED_OPTIONS= xterm-256color xterm-luit .include "../../mk/bsd.options.mk" |