diff options
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 3efb865f0..673d25e89 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,11 +3,12 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.29 2005/09/19 13:18:32 marcus Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.30 2005/11/06 05:09:04 ahze Exp $ # PORTNAME= sound-juicer PORTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -17,7 +18,8 @@ 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/gnomemedia2 + gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \ + cdio.6:${PORTSDIR}/sysutils/libcdio USE_BZIP2= yes USE_X_PREFIX= yes |