summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoraymeric <aymeric>2007-10-02 15:04:53 +0000
committeraymeric <aymeric>2007-10-02 15:04:53 +0000
commitc9dab4673416ac34db5211c3f7c2346b4f4447dd (patch)
tree9086c8ed69b61ad914e1cffc22f8f9690bc33594 /x11
parenta3a08b0bd112632bdfe51535b569114855f5bd57 (diff)
downloadpkgsrc-c9dab4673416ac34db5211c3f7c2346b4f4447dd.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')
-rw-r--r--x11/xterm/options.mk4
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"