diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/p5-Test-Corpus-Audio-MPD/Makefile | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
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-Test-Corpus-Audio-MPD/Makefile')
-rw-r--r-- | audio/p5-Test-Corpus-Audio-MPD/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/p5-Test-Corpus-Audio-MPD/Makefile b/audio/p5-Test-Corpus-Audio-MPD/Makefile index ccda9d1882b3..ccfa57ef9a65 100644 --- a/audio/p5-Test-Corpus-Audio-MPD/Makefile +++ b/audio/p5-Test-Corpus-Audio-MPD/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Automate launching of fake mdp for testing purposes -BUILD_DEPENDS= p5-File-ShareDir-PathClass>0:${PORTSDIR}/devel/p5-File-ShareDir-PathClass \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly +BUILD_DEPENDS= p5-File-ShareDir-PathClass>0:devel/p5-File-ShareDir-PathClass \ + p5-Path-Class>=0:devel/p5-Path-Class \ + p5-Readonly>=0:devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |