diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 13:21:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 13:21:35 +0800 |
commit | 0b88877307eb35780bb63330eab9f31b4d963eef (patch) | |
tree | 7c49669f64ffe930c893007635d5ecd7eeb83f55 /audio/p5-MusicBrainz-Client | |
parent | a7bf2520652312a79daa6f31abc329b427542522 (diff) | |
download | freebsd-ports-gnome-0b88877307eb35780bb63330eab9f31b4d963eef.tar.gz freebsd-ports-gnome-0b88877307eb35780bb63330eab9f31b4d963eef.tar.zst freebsd-ports-gnome-0b88877307eb35780bb63330eab9f31b4d963eef.zip |
Chase the libmusicbrainz shared lib version.
Diffstat (limited to 'audio/p5-MusicBrainz-Client')
-rw-r--r-- | audio/p5-MusicBrainz-Client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile index 6d0d7267e435..7bdc11843f8d 100644 --- a/audio/p5-MusicBrainz-Client/Makefile +++ b/audio/p5-MusicBrainz-Client/Makefile @@ -7,7 +7,7 @@ PORTNAME= MusicBrainz-Client PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= # none PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ MAINTAINER= knu@freebsd.org COMMENT= A Perl module that provides access to the musicbrainz client API EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch -LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR} +LIB_DEPENDS= musicbrainz.4:${LIBMUSICBRAINZ_PORTDIR} LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz |