pkgsrc-WIP-changes archive

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

emacs-git: Drop svg from default options



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 22 22:35:57 2019 +0200
Changeset:	221a4d3cb0d36588f64e150a008231360de59a88

Modified Files:
	emacs-git/options.mk

Log Message:
emacs-git: Drop svg from default options

match change in emacs26

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=221a4d3cb0d36588f64e150a008231360de59a88

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index d4f4345a37..813b0615c2 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/02/04 10:38:53 tron Exp $
+# $NetBSD$
 
 ### Set options
 PKG_OPTIONS_VAR=			PKG_OPTIONS.emacs
@@ -21,7 +21,7 @@ PKG_OPTIONS_GROUP.toolkit=		gtk gtk2 gtk3 motif xaw lucid
 # gtk3 is default in the logic below (even not included in SUGGESTED_=
 # gconf, gtk* and xft2 will be ignored for nextstep even shown as selected.
 
-PKG_SUGGESTED_OPTIONS=	dbus gconf gnutls gtk3 svg xaw3d xft2 xml x11
+PKG_SUGGESTED_OPTIONS=	dbus gconf gnutls gtk3 xaw3d xft2 xml x11
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index