diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-21 20:26:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-21 20:26:22 +0800 |
commit | e8e382f195224865342e2404d460fb0a441481d9 (patch) | |
tree | 494c1884ac42b2aa54cc36efadae3f748737f12f /security | |
parent | 4a109cfc5611b64e7fdda9013e7a40f3c496652e (diff) | |
download | freebsd-ports-gnome-e8e382f195224865342e2404d460fb0a441481d9.tar.gz freebsd-ports-gnome-e8e382f195224865342e2404d460fb0a441481d9.tar.zst freebsd-ports-gnome-e8e382f195224865342e2404d460fb0a441481d9.zip |
Build the pinentry-gnome3 port with libsecret support. GNOME 3.18 expects it.
PR: 202509
Submitted by: myself
Approved by: maintainer (makc@)
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry-gnome3/Makefile | 2 | ||||
-rw-r--r-- | security/pinentry/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/pinentry-gnome3/Makefile b/security/pinentry-gnome3/Makefile index c3bfd1b6eaf3..0137a273d093 100644 --- a/security/pinentry-gnome3/Makefile +++ b/security/pinentry-gnome3/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pinentry -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNOME 3 version of the GnuPG password dialog diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index e35e22d6c068..7b45b035d7b0 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -80,6 +80,7 @@ LIBSECRET_CONFIGURE_ENABLE= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret .if ${PINENTRY_GUI} == "gnome3" +OPTIONS_DEFAULT= LIBSECRET USE_GNOME+= gtk20 LIB_DEPENDS+= libgcr-base-3.so:${PORTSDIR}/security/gcr PLIST_FILES= bin/pinentry-gnome3 |