Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 20:18:23 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398662 - head/security/pinentry
Message-ID:  <201510052018.t95KINu6084188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Oct  5 20:18:23 2015
New Revision: 398662
URL: https://svnweb.freebsd.org/changeset/ports/398662

Log:
  GNOME 3 expects pinentry to have libsecret support. so instead of offering
  a options change always build it with libsecret support.
  
  Approved by:	maintainer (implicit)

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Mon Oct  5 20:08:23 2015	(r398661)
+++ head/security/pinentry/Makefile	Mon Oct  5 20:18:23 2015	(r398662)
@@ -80,7 +80,7 @@ LIBSECRET_CONFIGURE_ENABLE=	libsecret
 LIBSECRET_LIB_DEPENDS=	libsecret-1.so:${PORTSDIR}/security/libsecret
 
 .if ${PINENTRY_GUI} == "gnome3"
-OPTIONS_DEFAULT=	LIBSECRET
+OPTIONS_SLAVE=	LIBSECRET
 USE_GNOME+=	gtk20
 LIB_DEPENDS+=	libgcr-base-3.so:${PORTSDIR}/security/gcr
 PLIST_FILES=	bin/pinentry-gnome3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510052018.t95KINu6084188>