diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-12 10:10:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-12 10:10:30 +0800 |
commit | 085cb28f20a9c1d2d81ddaf070e4851a8fffafa2 (patch) | |
tree | 1d220756f48ff3f0c7c60a3687792a2225ca44a6 /audio | |
parent | dc845c26cf9de50005d87e2a5ee0e1f0d1119ece (diff) | |
download | freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.tar.gz freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.tar.zst freebsd-ports-gnome-085cb28f20a9c1d2d81ddaf070e4851a8fffafa2.zip |
- Fix *_DEPENDS entries after www/p5-libwww updated to 6.x
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Scrobbler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-Audio-Scrobbler/Makefile b/audio/p5-Audio-Scrobbler/Makefile index 4628596d087e..de109e495fd8 100644 --- a/audio/p5-Audio-Scrobbler/Makefile +++ b/audio/p5-Audio-Scrobbler/Makefile @@ -16,7 +16,7 @@ MAINTAINER= roam@FreeBSD.org COMMENT= A Perl interface to Last.fm / AudioScrobbler BUILD_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ - ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww + p5-libwww>=5:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |