diff options
author | tnn <tnn> | 2007-08-15 23:03:04 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-08-15 23:03:04 +0000 |
commit | 101f0a9a0aedb7436dda46f115a58410f7161636 (patch) | |
tree | 03a65b7055651788c027fa6ca119e5a597856378 /editors/emacs | |
parent | 70a0e9669c130cee2b11c0ce93e941d988bf6dd5 (diff) | |
download | pkgsrc-101f0a9a0aedb7436dda46f115a58410f7161636.tar.gz |
add missing closing quotation mark
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/options.mk | 4 |
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 |