diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-10-20 23:13:25 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-10-20 23:13:25 +0000 |
commit | 60a1b3c5fe5499ee70ddd9e6e22f9d9e346037fc (patch) | |
tree | 1f83dcacd867675abbbb23678e2167cf82ce337c /mail/dovecot | |
parent | d8914d01aaa3e69e67d079c517f7b3cc0f53d717 (diff) |
- Fix linking to port openssl with WITH_OPENSSL_PORT
Reported by: Derek Schrock
Notes
Notes:
svn path=/head/; revision=371306
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 2f7819fe1bc4..7fec0d4bf140 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -3,7 +3,7 @@ PORTNAME= dovecot PORTVERSION= 1.2.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ \ http://www.rename-it.nl/dovecot/${PORTVERSION:R}/ @@ -30,6 +30,7 @@ CONFLICTS= dovecot2-2.[0-9].* USES= iconv libtool:keepla USE_RC_SUBR= dovecot +USE_OPENSSL= yes PORTSCOUT= limit:^1\.2 |