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-TRM | |
parent | 297b9224029dc9ed297fc718f583dc09c1fb4287 (diff) | |
download | ports-1924d248de1c313f546ec3adea78873fed166533.tar.gz ports-1924d248de1c313f546ec3adea78873fed166533.zip |
Notes
Diffstat (limited to 'audio/p5-MusicBrainz-TRM')
-rw-r--r-- | audio/p5-MusicBrainz-TRM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/p5-MusicBrainz-TRM/Makefile b/audio/p5-MusicBrainz-TRM/Makefile index 7a167618f5e4..e3b7501b35b7 100644 --- a/audio/p5-MusicBrainz-TRM/Makefile +++ b/audio/p5-MusicBrainz-TRM/Makefile @@ -7,7 +7,7 @@ PORTNAME= MusicBrainz-TRM PORTVERSION= 0.01 -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 TRM API EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch -LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR} +LIB_DEPENDS= musicbrainz.4:${LIBMUSICBRAINZ_PORTDIR} LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz |