diff options
author | marcus <marcus@FreeBSD.org> | 2005-02-09 15:03:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-02-09 15:03:35 +0800 |
commit | f4a45021c142b618c563c6d201ad0368499177e7 (patch) | |
tree | a81cc53224abb83e312f42c54261732eadd478fa /audio/sound-juicer | |
parent | cf837c4a67262f8ce3c1cde25ac0cdfe60bcf799 (diff) | |
download | freebsd-ports-gnome-f4a45021c142b618c563c6d201ad0368499177e7.tar.gz freebsd-ports-gnome-f4a45021c142b618c563c6d201ad0368499177e7.tar.zst freebsd-ports-gnome-f4a45021c142b618c563c6d201ad0368499177e7.zip |
Add a missing dependency on gnomemedia2.
Reported by: pointyhat via kris
Diffstat (limited to 'audio/sound-juicer')
-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 |