diff options
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 96a232215..9ae4463b8 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.63 2007/04/28 18:38:48 marcus Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.64 2007/05/13 21:49:30 marcus Exp $ # PORTNAME= sound-juicer -PORTVERSION= 2.19.0 +PORTVERSION= 2.19.1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,8 +17,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Clean, mean and lean CD ripper for GNOME2 LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media -# cdio.7:${PORTSDIR}/sysutils/libcdio + gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ + cdio.7:${PORTSDIR}/sysutils/libcdio \ + taglib.5:${PORTSDIR}/audio/taglib USE_BZIP2= yes USE_GETTEXT= yes |