diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:10:09 +0000 |
commit | 5c64b5a4911718fa81c0be3e3aad5da37630a2dc (patch) | |
tree | 00fcf0fa616ca872f96b192c443509a356ced8c0 /mail/p5-Mail-Folder | |
parent | 72fedb70a9074e30f94495fc051cf2771a93b3f0 (diff) |
Notes
Diffstat (limited to 'mail/p5-Mail-Folder')
-rw-r--r-- | mail/p5-Mail-Folder/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index fd5ee0f238f3..7d49eb653cbe 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -15,10 +15,10 @@ DISTNAME= MailFolder-${PORTVERSION} MAINTAINER= chifeng@gmail.com COMMENT= Perl module for a folder-independant interface to email folders -BUILD_DEPENDS= ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \ - ${SITE_PERL}/MIME/Head.pm:${PORTSDIR}/mail/p5-MIME-Tools +BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-File-Sync>=0:${PORTSDIR}/devel/p5-File-Sync \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |