From 45a10a00a27ec73f44dda0c88a69d4fa28e79977 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Thu, 7 Mar 2019 13:29:07 +0000 Subject: [PATCH] security/mailzu: support php flavors PR: 236360 Submitted by: Krzysztof (maintainer) --- security/mailzu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/mailzu/Makefile b/security/mailzu/Makefile index 862f42da887b..57291763c5df 100644 --- a/security/mailzu/Makefile +++ b/security/mailzu/Makefile @@ -3,9 +3,10 @@ PORTNAME= mailzu DISTVERSION= 0.8rc3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3 +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= MailZu_${DISTVERSION:S/rc/RC/} MAINTAINER= ports@bsdserwis.com @@ -26,7 +27,7 @@ SUB_FILES= pkg-message NO_BUILD= yes NO_ARCH= yes USE_PHP= sockets -USES= php:web +USES= php:flavors,web OPTIONS_DEFINE= IMAP LDAP DOCS OPTIONS_MULTI= SQL