summaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-01 03:40:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-01 03:40:02 +0000
commit12088adf56f18738dd43bcafc734d821a9b1ca09 (patch)
tree8e028812ad8044915276b508e57984e022e753b7 /audio/rhythmbox-devel
parentAdd Sparc64 support! Special thanks to tmm and kris for this work. (diff)
Add a missing dependency on mad.
Reported by: bento
Notes
Notes: svn path=/head/; revision=81840
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index ef3791c5f97f..f653a777fde3 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/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