svn commit: r514221 - head/security/pinentry

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 10 12:17:15 UTC 2019


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


More information about the svn-ports-head mailing list