summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-09-20 00:41:53 +0000
committerswills <swills@FreeBSD.org>2011-09-20 00:41:53 +0000
commite715457c980f7c4a476c2e50581c775cb619d217 (patch)
tree1b746e4fa842fc28243d7a9300143dfd9452b77c
parentd2ee389589d4437422876279abf4c08ff9b33236 (diff)
downloadFreeBSD-ports-e715457c980f7c4a476c2e50581c775cb619d217.zip
FreeBSD-ports-e715457c980f7c4a476c2e50581c775cb619d217.tar.gz
- Add build depends to avoid warning
PR: ports/159826 Submitted by: swills (me) Approved by: maintainer timeout (>5 weeks)
-rw-r--r--audio/p5-MP3-Find/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile
index 2f07417..c75ea71 100644
--- a/audio/p5-MP3-Find/Makefile
+++ b/audio/p5-MP3-Find/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Search and sort MP3 files based on their ID3 tags
-RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
+BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
OpenPOWER on IntegriCloud