aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 12:17:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-10 12:17:15 +0000
commitf7014bb06a8e77176a10c954f261c3989eed8042 (patch)
treeb2e3e71b2e1eafbec2975e752db39c0f8ac6359e /security
parentb7fe8f6183be351606b3790241bc9acb7ee9ad11 (diff)
downloadports-f7014bb06a8e77176a10c954f261c3989eed8042.tar.gz
ports-f7014bb06a8e77176a10c954f261c3989eed8042.zip
pinentry-gnome3 does not need at all gtk2
Notes
Notes: svn path=/head/; revision=514221
Diffstat (limited to 'security')
-rw-r--r--security/pinentry/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 4577cf194ae4..1186b063d8e7 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -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