From 101f0a9a0aedb7436dda46f115a58410f7161636 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 15 Aug 2007 23:03:04 +0000 Subject: add missing closing quotation mark --- editors/emacs/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs') diff --git a/editors/emacs/options.mk b/editors/emacs/options.mk index eb79aeb0c18..5769b828a63 100644 --- a/editors/emacs/options.mk +++ b/editors/emacs/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-xpm ### 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 -- cgit v1.2.3