diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-10 03:59:29 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-10 03:59:29 +0000 |
commit | 2cfb986134d24b0751f7dc7ecef1b1bcf97df918 (patch) | |
tree | 2d8362ba9a43b5321fcbc6c9f259de7f76070c5a /audio/scrobbler/Makefile | |
parent | 9aedb2419a732164cb9228521b6f39be2cbf7679 (diff) | |
download | ports-2cfb986134d24b0751f7dc7ecef1b1bcf97df918.tar.gz ports-2cfb986134d24b0751f7dc7ecef1b1bcf97df918.zip |
Notes
Diffstat (limited to 'audio/scrobbler/Makefile')
-rw-r--r-- | audio/scrobbler/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index f15984117005..04ed21f5c1b3 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -6,7 +6,7 @@ PORTNAME?= scrobbler PORTVERSION= 0.3.8.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ http://www.pipian.com/stuffforchat/ @@ -15,8 +15,7 @@ DISTNAME= xmms-scrobbler-${PORTVERSION} MAINTAINER?= novel@FreeBSD.org COMMENT?= XMMS/BMP plugin for Audioscrobbler.com -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl CONFLICTS= bmp-scrobbler-[0-9]* \ xmms-scrobbler-[0-9]* |