pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs Fixes typo in comment (Motif => GTK).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78407c0c062c
branches:  trunk
changeset: 532563:78407c0c062c
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Aug 23 13:57:38 2007 +0000

description:
Fixes typo in comment (Motif => GTK).

diffstat:

 editors/emacs/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5eb5c77ada94 -r 78407c0c062c editors/emacs/options.mk
--- a/editors/emacs/options.mk  Thu Aug 23 13:52:43 2007 +0000
+++ b/editors/emacs/options.mk  Thu Aug 23 13:57:38 2007 +0000
@@ -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 @@
 .endif
 
 ###
-### Support using Motif X11 widgets.
+### Support using GTK X11 widgets.
 ###
 .if !empty(PKG_OPTIONS:Mgtk)
 .  include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index