svn commit: r398662 - head/security/pinentry

Koop Mast kwm at FreeBSD.org
Mon Oct 5 20:18:24 UTC 2015


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


More information about the svn-ports-head mailing list