diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-09 07:03:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-02-09 07:03:35 +0000 |
commit | 3bb93beea621fc41dfb6d69e41b5b47b88a638b4 (patch) | |
tree | 67721a0dc8222545f71e0327b5365aab9c3ff10e /audio | |
parent | 22aa5dc921f3c73cd0ab30f8f040dfbf0ab2403c (diff) | |
download | ports-3bb93beea621fc41dfb6d69e41b5b47b88a638b4.tar.gz ports-3bb93beea621fc41dfb6d69e41b5b47b88a638b4.zip |
Notes
Diffstat (limited to 'audio')
-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 |