diff options
author | kwm <kwm@FreeBSD.org> | 2015-10-06 04:18:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-10-06 04:18:23 +0800 |
commit | 6c0ddc0952d11e6ca901facb7a91effee1c12067 (patch) | |
tree | b7973e4ed3fbd2b6335d8a2055a16da1a5334671 /security | |
parent | 8326e2c45a8529faa3cc57485c2f0d4c4621f6c2 (diff) | |
download | freebsd-ports-gnome-6c0ddc0952d11e6ca901facb7a91effee1c12067.tar.gz freebsd-ports-gnome-6c0ddc0952d11e6ca901facb7a91effee1c12067.tar.zst freebsd-ports-gnome-6c0ddc0952d11e6ca901facb7a91effee1c12067.zip |
GNOME 3 expects pinentry to have libsecret support. so instead of offering
a options change always build it with libsecret support.
Approved by: maintainer (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/pinentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 7b45b035d7b0..f8e42b2c1156 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -80,7 +80,7 @@ LIBSECRET_CONFIGURE_ENABLE= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret .if ${PINENTRY_GUI} == "gnome3" -OPTIONS_DEFAULT= LIBSECRET +OPTIONS_SLAVE= LIBSECRET USE_GNOME+= gtk20 LIB_DEPENDS+= libgcr-base-3.so:${PORTSDIR}/security/gcr PLIST_FILES= bin/pinentry-gnome3 |