diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-12 18:23:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-12 18:23:51 +0000 |
commit | 884a5f18eb727a317a09c66fe3d013af94a024f5 (patch) | |
tree | 25e2cfefe3df4e6e9c063a862b2ae0506221e941 /mail | |
parent | Update to 0.8.6 (diff) |
Fix dependency
bump PORTREVISION
PR: ports/40422
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62871
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 e1a89de5483c..f65482ec3180 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= openwebmail PORTVERSION= 1.65 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/ EXTRACT_SUFX= .tgz @@ -15,7 +16,7 @@ MAINTAINER= leeym@leeym.com 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 \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 NO_BUILD= yes NO_WRKSUBDIR= yes |