1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

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>
This commit is contained in:
Emanuel Haupt 2011-07-27 14:57:10 +00:00
parent df4e6f83f5
commit 1e61ed1791
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278410

View File

@ -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