From b8c4d0ce936d02f50116ac088db82995707a853f Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Wed, 28 Aug 2019 14:28:44 +0000 Subject: [PATCH] Missing dependency Submitted by: jhs --- mail/openwebmail/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 384dde6008aa..6645ea46b103 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= openwebmail PORTVERSION= 2.53 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://openwebmail.acatysmoof.com/download/release/ \ http://openwebmail.org/openwebmail/download/release/ @@ -11,7 +11,8 @@ MASTER_SITES= http://openwebmail.acatysmoof.com/download/release/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Webmail system designed to manage big mail folder files efficiently -RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv +RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv \ + p5-CGI>=0:www/p5-CGI USES= perl5 USE_PERL5= run build patch