diff options
author | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-14 16:40:06 +0800 |
commit | 569e455aec133a144f388d5f156719a7fc4b2222 (patch) | |
tree | fd886821e5b4351dd0773b5a123941692ad7a488 /mail/msmtp | |
parent | 34a381b408e2ca7dccdfc787522559c7149a79b2 (diff) | |
download | freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.gz freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.tar.zst freebsd-ports-gnome-569e455aec133a144f388d5f156719a7fc4b2222.zip |
- Bump PORTREVISION to chase the update of dns/libidn
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index fc9bcb3ad64d..74c6c95c37b4 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,7 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --without-libgsasl .endif .if !defined(WITHOUT_IDN) -LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn .else CONFIGURE_ARGS+= --without-libidn |