diff options
author | adamw <adamw@FreeBSD.org> | 2017-05-11 08:28:43 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-05-11 08:28:43 +0800 |
commit | 9260a6969d0674f8fbb986e22e1643a82fab45fc (patch) | |
tree | da82a861b9f909c91ea044c7bcecd265d8dd0aa6 /mail | |
parent | a9abbb22af14fe42364de047e943f0dae3edbe9e (diff) | |
download | freebsd-ports-gnome-9260a6969d0674f8fbb986e22e1643a82fab45fc.tar.gz freebsd-ports-gnome-9260a6969d0674f8fbb986e22e1643a82fab45fc.tar.zst freebsd-ports-gnome-9260a6969d0674f8fbb986e22e1643a82fab45fc.zip |
Control lz4 support from a configure knob. Previously, if liblz4.so was
present, the port would pick it up, without registering a proper dependency.
PORTREVISION bump for the potential product change.
Reported by: Melissa Pilgrim
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 2d6b16822a0e..d4797e1e208e 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.29.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 @@ -78,6 +78,7 @@ KQUEUE_CONFIGURE_ON= --with-ioloop=kqueue --with-notify=kqueue LIBWRAP_CONFIGURE_WITH= libwrap +LZ4_CONFIGURE_WITH= lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 VPOPMAIL_BUILD_DEPENDS= vpopmail>=0:mail/vpopmail |