diff options
author | Chris Rees <crees@FreeBSD.org> | 2019-08-28 14:28:44 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2019-08-28 14:28:44 +0000 |
commit | b8c4d0ce936d02f50116ac088db82995707a853f (patch) | |
tree | ac4bb95085db6c7f268be081dd687062ece8598b /mail/openwebmail | |
parent | Update to 1.1.0 (diff) |
Missing dependency
Submitted by: jhs
Notes
Notes:
svn path=/head/; revision=510065
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 5 |
1 files 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 |