diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-15 13:45:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-15 13:45:52 +0000 |
commit | 25bd48c84f876039ceda2a6fdfc189b82e7d9cce (patch) | |
tree | 9affd21d3452dcdecaf8a2b15eecd5868e6f2a7d /mail/p5-Mail-Folder | |
parent | libflac -> libFLAC (diff) |
fix depends list
Notes
Notes:
svn path=/head/; revision=107125
Diffstat (limited to 'mail/p5-Mail-Folder')
-rw-r--r-- | mail/p5-Mail-Folder/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index 8d8d582580f6..82ffc2775bf1 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -18,11 +18,9 @@ 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 -RUN_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 +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |