diff options
author | pat <pat@FreeBSD.org> | 2002-02-17 18:42:40 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-17 18:42:40 +0000 |
commit | 4bde9678e2848f404503aac461b5be2a0e7b621b (patch) | |
tree | 182a4dac799fd157df68215b9e40b473cff04f8e /mail | |
parent | 45432115caeb7628fa896479205b12a30dcc8e5a (diff) | |
download | FreeBSD-ports-4bde9678e2848f404503aac461b5be2a0e7b621b.zip FreeBSD-ports-4bde9678e2848f404503aac461b5be2a0e7b621b.tar.gz |
Add missing dependency
PR: 35032
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 9af5405..083b84d 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -13,7 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= leeym@leeym.com -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net NO_BUILD= yes NO_WRKSUBDIR= yes |