diff options
Diffstat (limited to 'mail/p5-Email-LocalDelivery/Makefile')
-rw-r--r-- | mail/p5-Email-LocalDelivery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Email-LocalDelivery/Makefile b/mail/p5-Email-LocalDelivery/Makefile index 1314d20feac5..af9e7de08eda 100644 --- a/mail/p5-Email-LocalDelivery/Makefile +++ b/mail/p5-Email-LocalDelivery/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Deliver a piece of email - simply -RUN_DEPENDS= p5-Email-Simple>=0:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Email-FolderType>=0:${PORTSDIR}/mail/p5-Email-FolderType \ - p5-File-Path-Expand>=0:${PORTSDIR}/devel/p5-File-Path-Expand +RUN_DEPENDS= p5-Email-Simple>=0:mail/p5-Email-Simple \ + p5-Email-FolderType>=0:mail/p5-Email-FolderType \ + p5-File-Path-Expand>=0:devel/p5-File-Path-Expand BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |