pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs24 Forgot to change to += in previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d5bca98150b
branches:  trunk
changeset: 347830:5d5bca98150b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 31 09:56:46 2016 +0000

description:
Forgot to change to += in previous.

diffstat:

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

diffs (18 lines):

diff -r 2630cfd78833 -r 5d5bca98150b editors/emacs24/options.mk
--- a/editors/emacs24/options.mk        Tue May 31 09:54:55 2016 +0000
+++ b/editors/emacs24/options.mk        Tue May 31 09:56:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2016/05/31 09:54:46 jperkin Exp $
+# $NetBSD: options.mk,v 1.8 2016/05/31 09:56:46 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -8,7 +8,7 @@
 PKG_OPTIONS_GROUP.toolkit= gtk2 gtk3 motif xaw
 PKG_SUGGESTED_OPTIONS.Darwin=  nextstep
 PKG_SUGGESTED_OPTIONS.*=       x11
-PKG_SUGGESTED_OPTIONS=         dbus svg xft2
+PKG_SUGGESTED_OPTIONS+=                dbus svg xft2
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index