diff options
author | adamw <adamw@FreeBSD.org> | 2014-10-22 05:47:04 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-10-22 05:47:04 +0800 |
commit | d1363ddbd40cf80cd1a5ef8984c8488f652fe8c9 (patch) | |
tree | 0735640ae1574189c98e96c24b972930f3701d70 /mail | |
parent | a7fb8994cf8f549e61640a1b798787611ef3fa72 (diff) | |
download | freebsd-ports-graphics-d1363ddbd40cf80cd1a5ef8984c8488f652fe8c9.tar.gz freebsd-ports-graphics-d1363ddbd40cf80cd1a5ef8984c8488f652fe8c9.tar.zst freebsd-ports-graphics-d1363ddbd40cf80cd1a5ef8984c8488f652fe8c9.zip |
Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT is
honored properly.
Submitted by: Derek Schrock
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index f37cfd9aaf6..c86835174a7 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -3,6 +3,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.14 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -28,6 +29,7 @@ CONFLICTS= dovecot-1.[0-9]* USES= cpe iconv libtool USE_RC_SUBR= dovecot +USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ |