aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-IMAP-Client/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 08:12:57 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 08:12:57 +0800
commitb69b7625e6baa72c49c9c21758fb5d2baf357e87 (patch)
tree26dd5e360a4e5cac4d93f82d14017c975efdea1e /mail/p5-IMAP-Client/Makefile
parentdb1c7b1e76dd83c67d8485e78bdfde23e890c5c9 (diff)
downloadfreebsd-ports-gnome-b69b7625e6baa72c49c9c21758fb5d2baf357e87.tar.gz
freebsd-ports-gnome-b69b7625e6baa72c49c9c21758fb5d2baf357e87.tar.zst
freebsd-ports-gnome-b69b7625e6baa72c49c9c21758fb5d2baf357e87.zip
- Fix build on 5.00503
PR: ports/102031 Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'mail/p5-IMAP-Client/Makefile')
-rw-r--r--mail/p5-IMAP-Client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile
index f331fc7f9428..7a1c722d5ae6 100644
--- a/mail/p5-IMAP-Client/Makefile
+++ b/mail/p5-IMAP-Client/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-I
.endif
.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= ${SITE_PERL}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>