aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-14 19:44:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-14 19:44:14 +0000
commited43b5a71f5e467d8c0743d50c32ee9c8021c433 (patch)
tree70a67b762a6c53b6b0bc9f56a84e4680085ea361 /audio
parentcaeb0ceb27c3569c6844af162133e253f55c6c1a (diff)
downloadports-ed43b5a71f5e467d8c0743d50c32ee9c8021c433.tar.gz
ports-ed43b5a71f5e467d8c0743d50c32ee9c8021c433.zip
- Add missing BUILD_DEPENDENS
PR: 164064 Submitted by: swills
Notes
Notes: svn path=/head/; revision=289231
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Music-Audioscrobbler-Submit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/p5-Music-Audioscrobbler-Submit/Makefile b/audio/p5-Music-Audioscrobbler-Submit/Makefile
index 1e15d0026369..ce2cbaa46868 100644
--- a/audio/p5-Music-Audioscrobbler-Submit/Makefile
+++ b/audio/p5-Music-Audioscrobbler-Submit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Music-Audioscrobbler-Submit
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Module to submit songs to last.fm from MPD
-RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
+BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
+ p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
+RUN_DEPENDS:= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
p5-Config-Options>=0.8:${PORTSDIR}/devel/p5-Config-Options
PERL_CONFIGURE= yes