diff options
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index b268085e5a62..5d5300fa4529 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -7,6 +7,7 @@ PORTNAME= sound-juicer PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= http://www.burtonini.com/computing/ DIST_SUBDIR= gnome2 @@ -14,7 +15,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Clean, mean and lean CD ripper for GNOME2 -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz +LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ + gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 USE_X_PREFIX= yes INSTALLS_OMF= yes |