pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs add missing closing quotation mark



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2fd88d87b2e
branches:  trunk
changeset: 532323:c2fd88d87b2e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 15 23:03:04 2007 +0000

description:
add missing closing quotation mark

diffstat:

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

diffs (18 lines):

diff -r f88a45d56cc1 -r c2fd88d87b2e editors/emacs/options.mk
--- a/editors/emacs/options.mk  Wed Aug 15 22:37:56 2007 +0000
+++ b/editors/emacs/options.mk  Wed Aug 15 23:03:04 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/08/13 12:40:57 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2007/08/15 23:03:04 tnn Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS=         x11
@@ -68,7 +68,7 @@
 ### Support using Motif X11 widgets.
 ###
 .if !empty(PKG_OPTIONS:Mgtk)
-.  include "../../x11/gtk2/buildlink3.mk
+.  include "../../x11/gtk2/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-x-toolkit=gtk
 .endif
 



Home | Main Index | Thread Index | Old Index