diff options
author | pat <pat@FreeBSD.org> | 2002-07-13 02:23:51 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-13 02:23:51 +0800 |
commit | a82f08871f8013c917f065b2f8068be432ba5fea (patch) | |
tree | 9973d1fe4c354190fa948d6c3babd1b349d7284c /mail | |
parent | 418cfa89f80ec6cc3cd338c19d00dd06b1031d80 (diff) | |
download | freebsd-ports-gnome-a82f08871f8013c917f065b2f8068be432ba5fea.tar.gz freebsd-ports-gnome-a82f08871f8013c917f065b2f8068be432ba5fea.tar.zst freebsd-ports-gnome-a82f08871f8013c917f065b2f8068be432ba5fea.zip |
Fix dependency
bump PORTREVISION
PR: ports/40422
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 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 |