pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/evince3 Remove gnome-keyring option, libsecret i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b49760f97fc
branches:  trunk
changeset: 629761:7b49760f97fc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 27 18:49:45 2014 +0000

description:
Remove gnome-keyring option, libsecret is now used and on by default.

diffstat:

 print/evince3/options.mk |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (28 lines):

diff -r f4610f447aed -r 7b49760f97fc print/evince3/options.mk
--- a/print/evince3/options.mk  Mon Jan 27 18:49:19 2014 +0000
+++ b/print/evince3/options.mk  Mon Jan 27 18:49:45 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.3 2013/05/15 14:57:35 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2014/01/27 18:49:45 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.evince
-PKG_SUPPORTED_OPTIONS= dbus djvu dvi gnome-keyring xps
-PKG_SUGGESTED_OPTIONS= dbus gnome-keyring
+PKG_SUPPORTED_OPTIONS= dbus djvu dvi xps
+PKG_SUGGESTED_OPTIONS= dbus
 
 .include "../../mk/bsd.options.mk"
 
@@ -17,12 +17,6 @@
 CONFIGURE_ARGS+=       --disable-dbus
 .endif
 
-.if !empty(PKG_OPTIONS:Mgnome-keyring)
-.include "../../security/libgnome-keyring/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --without-keyring
-.endif
-
 .if !empty(PKG_OPTIONS:Mdvi)
 PLIST.dvi=             yes
 .include "../../print/kpathsea/buildlink3.mk"



Home | Main Index | Thread Index | Old Index