summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-15 23:03:04 +0000
committertnn <tnn@pkgsrc.org>2007-08-15 23:03:04 +0000
commita55d85d404c88d61f507f03cd1522910faa80c4c (patch)
tree03a65b7055651788c027fa6ca119e5a597856378 /editors
parent258ebabcf1e87bbdeac1441140de9e47b1015f33 (diff)
downloadpkgsrc-a55d85d404c88d61f507f03cd1522910faa80c4c.tar.gz
add missing closing quotation mark
Diffstat (limited to 'editors')
-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 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