diff options
author | swills <swills@FreeBSD.org> | 2011-09-20 08:41:53 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-09-20 08:41:53 +0800 |
commit | e715457c980f7c4a476c2e50581c775cb619d217 (patch) | |
tree | 1b746e4fa842fc28243d7a9300143dfd9452b77c /audio | |
parent | d2ee389589d4437422876279abf4c08ff9b33236 (diff) | |
download | freebsd-ports-gnome-e715457c980f7c4a476c2e50581c775cb619d217.tar.gz freebsd-ports-gnome-e715457c980f7c4a476c2e50581c775cb619d217.tar.zst freebsd-ports-gnome-e715457c980f7c4a476c2e50581c775cb619d217.zip |
- Add build depends to avoid warning
PR: ports/159826
Submitted by: swills (me)
Approved by: maintainer timeout (>5 weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MP3-Find/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/p5-MP3-Find/Makefile b/audio/p5-MP3-Find/Makefile index 2f074170e11f..c75ea71a7f32 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 |