pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs26 (editors/emacs26/options.mk) correct t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cc7931f7dca
branches:  trunk
changeset: 310004:1cc7931f7dca
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jul 03 11:24:08 2018 +0000

description:
(editors/emacs26/options.mk) correct typo, and adjust indent on comment lines.

diffstat:

 editors/emacs26/options.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 52b606d218e7 -r 1cc7931f7dca editors/emacs26/options.mk
--- a/editors/emacs26/options.mk        Tue Jul 03 11:01:48 2018 +0000
+++ b/editors/emacs26/options.mk        Tue Jul 03 11:24:08 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/06/20 11:04:19 mef Exp $
+# $NetBSD: options.mk,v 1.2 2018/07/03 11:24:08 mef Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -17,7 +17,7 @@
 # gtk in next line implies gtk2, xaw = athena = lucid
 PKG_OPTIONS_GROUP.toolkit=             gtk motif xaw lucid
 # gtk is default in the logic below (even not included in SUGGESTED_=
-# gconf, gtk and xft2 will be ingnored for nextstep even shown as selected.
+# gconf, gtk and xft2 will be ignored for nextstep even shown as selected.
 
 PKG_SUGGESTED_OPTIONS= dbus gconf gnutls imagemagick svg xaw3d xft2 xml x11
 
@@ -82,11 +82,11 @@
 ###
 ### Support ImageMagick
 ###
-.if !empty(PKG_OPTIONS:Mimagemagick)
+.  if !empty(PKG_OPTIONS:Mimagemagick)
 .include "../../graphics/ImageMagick/buildlink3.mk"
-.else
+.  else
 CONFIGURE_ARGS+=       --without-imagemagick
-.endif
+.  endif
 
 ###
 ### Support Xaw3d (This is only valid with Lucid Toolkit)



Home | Main Index | Thread Index | Old Index