diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-01 03:40:02 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-01 03:40:02 +0000 |
commit | acbae9ee67087097c097581ef70f2cc653728e69 (patch) | |
tree | 47dcb3069e4420117e046b78ae056f94966a5891 /audio/rhythmbox | |
parent | f0e174d83a2e9571c0a4779ec0d38ef387d17c41 (diff) | |
download | FreeBSD-ports-acbae9ee67087097c097581ef70f2cc653728e69.zip FreeBSD-ports-acbae9ee67087097c097581ef70f2cc653728e69.tar.gz |
Add a missing dependency on mad.
Reported by: bento
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index ef3791c..f653a77 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://web.verbum.org/net-rhythmbox/ @@ -16,7 +16,8 @@ COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins \ - FLAC.5:${PORTSDIR}/audio/flac + FLAC.5:${PORTSDIR}/audio/flac \ + mad.1:${PORTSDIR}/audio/mad USE_X_PREFIX= yes USE_GMAKE= yes |