diff options
-rw-r--r-- | security/pinentry/Makefile | 3 |
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 |