diff options
author | obache <obache@pkgsrc.org> | 2007-08-23 13:57:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-23 13:57:38 +0000 |
commit | 18260e63caadd9922ade043eb53e024b540844bd (patch) | |
tree | ccf2992f419273bdc08ac59603b162bc81c711df /editors/emacs | |
parent | 6e22831aefab6faf6feff12371e25c2943fa3910 (diff) | |
download | pkgsrc-18260e63caadd9922ade043eb53e024b540844bd.tar.gz |
Fixes typo in comment (Motif => GTK).
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/options.mk b/editors/emacs/options.mk index 5769b828a63..8558abfd2a3 100644 --- a/editors/emacs/options.mk +++ b/editors/emacs/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2007/08/15 23:03:04 tnn Exp $ +# $NetBSD: options.mk,v 1.4 2007/08/23 13:57:38 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.emacs PKG_SUPPORTED_OPTIONS= x11 @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --without-xpm .endif ### -### Support using Motif X11 widgets. +### Support using GTK X11 widgets. ### .if !empty(PKG_OPTIONS:Mgtk) . include "../../x11/gtk2/buildlink3.mk" |