summaryrefslogtreecommitdiff
path: root/audio/p5-MusicBrainz-DiscID
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-MusicBrainz-DiscID
parentFix prop. (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-MusicBrainz-DiscID')
-rw-r--r--audio/p5-MusicBrainz-DiscID/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile
index 93719113b135..1330b372f9ac 100644
--- a/audio/p5-MusicBrainz-DiscID/Makefile
+++ b/audio/p5-MusicBrainz-DiscID/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobias.rehbein@web.de
COMMENT= Perl interface for the MusicBrainz libdiscid library
-BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
-LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid
+BUILD_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
+LIB_DEPENDS= libdiscid.so:audio/libdiscid
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pkgconfig perl5