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/sound-juicer | |
parent | a7bf2520652312a79daa6f31abc329b427542522 (diff) | |
download | freebsd-ports-graphics-0b88877307eb35780bb63330eab9f31b4d963eef.tar.gz freebsd-ports-graphics-0b88877307eb35780bb63330eab9f31b4d963eef.tar.zst freebsd-ports-graphics-0b88877307eb35780bb63330eab9f31b4d963eef.zip |
Chase the libmusicbrainz shared lib version.
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 376bfd3bd8f..6e77aa98f2a 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -7,7 +7,7 @@ PORTNAME= sound-juicer PORTVERSION= 0.5.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://www.burtonini.com/computing/ DIST_SUBDIR= gnome2 @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= Clean, mean and lean CD ripper for GNOME2 -LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz +LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz USE_X_PREFIX= yes USE_GMAKE= yes |