diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 03:44:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 03:44:14 +0800 |
commit | a9660dd8ea10ec549405862ab84ece29064f82e1 (patch) | |
tree | 7c132b5bb7e1265a02fd2da28702f0f9dfde9f83 | |
parent | 97d3de19e399c1578f19b86b564b35a37b9745ac (diff) | |
download | freebsd-ports-gnome-a9660dd8ea10ec549405862ab84ece29064f82e1.tar.gz freebsd-ports-gnome-a9660dd8ea10ec549405862ab84ece29064f82e1.tar.zst freebsd-ports-gnome-a9660dd8ea10ec549405862ab84ece29064f82e1.zip |
- Add missing BUILD_DEPENDENS
PR: 164064
Submitted by: swills
-rw-r--r-- | audio/p5-Music-Audioscrobbler-Submit/Makefile | 5 |
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 |