diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 23:25:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 23:25:56 +0000 |
commit | f05a752085eb03a4c9f72556f6c025db7ddc6349 (patch) | |
tree | 158b33c9d895fca0c24eee9351752229f9ea4e1e /audio/p5-MusicBrainz-Queries | |
parent | 84062bffa8079262d9d1155c3cc83acdb7bfe3de (diff) |
Chase libmusicbrainz shared library version.
Bump PORTREVISION
Reported by: bento
Notes
Notes:
svn path=/head/; revision=102479
Diffstat (limited to 'audio/p5-MusicBrainz-Queries')
-rw-r--r-- | audio/p5-MusicBrainz-Queries/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile index 88e4f4512b13..59ce06444ee2 100644 --- a/audio/p5-MusicBrainz-Queries/Makefile +++ b/audio/p5-MusicBrainz-Queries/Makefile @@ -7,6 +7,7 @@ PORTNAME= MusicBrainz-Queries PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= # none PKGNAMEPREFIX= p5- @@ -16,7 +17,7 @@ MAINTAINER= knu@freebsd.org COMMENT= A Perl module that provides the musicbrainz query constants EXTRACT_DEPENDS= ${NONEXISTENT}:${LIBMUSICBRAINZ_PORTDIR}:patch -LIB_DEPENDS= musicbrainz.2:${LIBMUSICBRAINZ_PORTDIR} +LIB_DEPENDS= musicbrainz.3:${LIBMUSICBRAINZ_PORTDIR} LIBMUSICBRAINZ_PORTDIR= ${PORTSDIR}/audio/libmusicbrainz @@ -24,8 +25,6 @@ PERL_CONFIGURE= yes MAN3= MusicBrainz::Queries.3 -BROKEN= "Broken dependencies" - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 |