diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Log-Dispatch-Email-EmailSend/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/p5-Log-Dispatch-Email-EmailSend/Makefile')
-rw-r--r-- | devel/p5-Log-Dispatch-Email-EmailSend/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Log-Dispatch-Email-EmailSend/Makefile b/devel/p5-Log-Dispatch-Email-EmailSend/Makefile index 92698cc6a5b2..b474afb248dc 100644 --- a/devel/p5-Log-Dispatch-Email-EmailSend/Makefile +++ b/devel/p5-Log-Dispatch-Email-EmailSend/Makefile @@ -14,10 +14,10 @@ COMMENT= Subclass of Log-Dispatch-Email that uses Email-Send LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Email-Send>=2.0:${PORTSDIR}/mail/p5-Email-Send \ - p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Log-Dispatch>=2.0:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= p5-Email-Send>=2.0:mail/p5-Email-Send \ + p5-Email-Simple>=2.100:mail/p5-Email-Simple \ + p5-Log-Dispatch>=2.0:devel/p5-Log-Dispatch \ + p5-Params-Validate>=0:devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |