diff options
author | novel <novel@FreeBSD.org> | 2017-07-09 12:47:17 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2017-07-09 12:47:17 +0800 |
commit | 82fcda313ae54050ad0d168f159d5f76602b1c24 (patch) | |
tree | 333b67d2406281ab77f2431f856195ffcc52a231 /mail/msmtp | |
parent | 713ec4bafa9642960aab9cab9498068c6fdce5ae (diff) | |
download | freebsd-ports-graphics-82fcda313ae54050ad0d168f159d5f76602b1c24.tar.gz freebsd-ports-graphics-82fcda313ae54050ad0d168f159d5f76602b1c24.tar.zst freebsd-ports-graphics-82fcda313ae54050ad0d168f159d5f76602b1c24.zip |
mail/msmtp: depend on bash for msmtpq
When MSMTPQ option (which installs offline message queueing scripts)
is enabled, depend on shells/bash because these scripts require bash.
Bump PORTREVISION.
PR: 220439
Submitted by: Moritz Wilhelmy
MFH: 2017Q3
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 68bd9a02976..f81ecdadba0 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= msmtp PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -34,6 +35,7 @@ IDN_LIB_DEPENDS= libidn.so:dns/libidn LIBSECRET_CONFIGURE_WITH= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret MSMTPQ_PORTDOCS= README.msmtpq +MSMTPQ_RUN_DEPENDS= bash:shells/bash NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext |