aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Audio-MPD-Common
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/p5-Audio-MPD-Common
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/p5-Audio-MPD-Common')
-rw-r--r--audio/p5-Audio-MPD-Common/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/p5-Audio-MPD-Common/Makefile b/audio/p5-Audio-MPD-Common/Makefile
index 983ab137a63b..b44c4766e381 100644
--- a/audio/p5-Audio-MPD-Common/Makefile
+++ b/audio/p5-Audio-MPD-Common/Makefile
@@ -13,11 +13,11 @@ COMMENT= Bunch of common helper classes for mpd
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Moose>=0.92:${PORTSDIR}/devel/p5-Moose \
- p5-MooseX-Has-Sugar>=0:${PORTSDIR}/devel/p5-MooseX-Has-Sugar \
- p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
- p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
- p5-String-Formatter>=0:${PORTSDIR}/devel/p5-String-Formatter
+BUILD_DEPENDS= p5-Moose>=0.92:devel/p5-Moose \
+ p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \
+ p5-MooseX-Types>=0:devel/p5-MooseX-Types \
+ p5-Readonly>=0:devel/p5-Readonly \
+ p5-String-Formatter>=0:devel/p5-String-Formatter
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5