summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox-devel/Makefile')
-rw-r--r--audio/rhythmbox-devel/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 4ec280463..895354708 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.36 2005/10/14 20:39:55 adamw Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.37 2005/10/17 14:39:32 marcus Exp $
#
PORTNAME= rhythmbox
@@ -36,7 +36,8 @@ CONFIGURE_ENV= LIBS="-lm" \
GCONF_SCHEMAS= rhythmbox.schemas
OPTIONS= IPOD "Enable iPod support" off \
- DAAP "Enable iTunes music sharing" off
+ DAAP "Enable iTunes music sharing" off \
+ FAAD "Enable FAAD decoder support" off
.include <bsd.port.pre.mk>
@@ -60,7 +61,8 @@ USE_GSTREAMER+= faad
.if defined(WITH_DAAP)
CONFIGURE_ARGS+= --enable-daap
-LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \
+ howl.0:${PORTSDIR}/net/howl
.endif
pre-everything::
@@ -69,10 +71,5 @@ pre-everything::
@${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support"
@${ECHO_MSG}
.endif
-.if !defined(WITH_FAAD)
- @${ECHO_MSG}
- @${ECHO_MSG} "Define WITH_FAAD to enable Faad support"
- @${ECHO_MSG}
-.endif
.include <bsd.port.post.mk>