summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-08-23 13:57:38 +0000
committerobache <obache@pkgsrc.org>2007-08-23 13:57:38 +0000
commitbf10da9c16649df41a3bbaa4d82c0a828c0ce4b6 (patch)
treeccf2992f419273bdc08ac59603b162bc81c711df
parent3306b946eb300b9fdb64f04e806ac816ffe50d76 (diff)
downloadpkgsrc-bf10da9c16649df41a3bbaa4d82c0a828c0ce4b6.tar.gz
Fixes typo in comment (Motif => GTK).
-rw-r--r--editors/emacs/options.mk4
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"