diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-07-27 22:57:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-07-27 22:57:10 +0800 |
commit | 4bfe41cf0b69616dd001bca26f224f809af28504 (patch) | |
tree | 06962f9d53624b8e3720dc6fcf9de1342209bdb9 /mail | |
parent | 6a86f612636d87f7b3e1af711d59551f359865c6 (diff) | |
download | freebsd-ports-gnome-4bfe41cf0b69616dd001bca26f224f809af28504.tar.gz freebsd-ports-gnome-4bfe41cf0b69616dd001bca26f224f809af28504.tar.zst freebsd-ports-gnome-4bfe41cf0b69616dd001bca26f224f809af28504.zip |
Add security/pinentry-gtk2 as a run dependency if the GPGME option is selected.
This does not add any additional dependencies other than security/pinentry-gtk2
itself as opposed to adding security/pinentry.
PR: 152888 (based on)
Submitted by: Kenneth Lind <exil@sasurai.se>,
Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index ac4e7ee04832..082c1663e487 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ CRITICAL @@ -55,7 +56,8 @@ CONFIGURE_ARGS+=--disable-ssl .if defined(WITH_GPGME) LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg \ + pinentry-gtk-2:${PORTSDIR}/security/pinentry-gtk2 CONFIGURE_ARGS+=--enable-gpgme .else CONFIGURE_ARGS+=--disable-gpgme |