diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 13 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 13 |
2 files changed, 10 insertions, 16 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> diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 4ec280463..895354708 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/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> |