Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 12:17:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514221 - head/security/pinentry
Message-ID:  <201910101217.x9ACHF9t076763@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 10 12:17:15 2019
New Revision: 514221
URL: https://svnweb.freebsd.org/changeset/ports/514221

Log:
  pinentry-gnome3 does not need at all gtk2

Modified:
  head/security/pinentry/Makefile

Modified: head/security/pinentry/Makefile
==============================================================================
--- head/security/pinentry/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
+++ head/security/pinentry/Makefile	Thu Oct 10 12:17:15 2019	(r514221)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pinentry
 PORTVERSION=	1.1.0
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES=	security
 MASTER_SITES=	GNUPG/pinentry
 
@@ -82,7 +82,6 @@ LIBSECRET_USE=		GNOME=glib20
 
 .if ${PINENTRY_GUI} == "gnome3"
 OPTIONS_SLAVE=	LIBSECRET
-USE_GNOME+=	gtk20
 LIB_DEPENDS+=	libgcr-base-3.so:security/gcr
 PLIST_FILES=	bin/pinentry-gnome3
 .else



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