diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 05:21:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-17 05:21:35 +0000 |
commit | 1924d248de1c313f546ec3adea78873fed166533 (patch) | |
tree | e51d5b702faf2689fdb628363a276771770d1bf5 /audio/p5-MusicBrainz-Client | |
parent | 297b9224029dc9ed297fc718f583dc09c1fb4287 (diff) | |
download | ports-1924d248de1c313f546ec3adea78873fed166533.tar.gz ports-1924d248de1c313f546ec3adea78873fed166533.zip |
Notes
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 |