summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-18 02:19:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-18 02:19:37 +0800
commit205d6fe735410d78a095be3a5cea31ae11122f28 (patch)
tree1654039af300a5681fb69614cc373a04ce4d59bc /audio/rhythmbox-devel
parentd18f44b1430554550d40a7b8ad04075a83416a3d (diff)
downloadmarcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar.gz
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar.bz2
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar.lz
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar.xz
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.tar.zst
marcuscom-ports-205d6fe735410d78a095be3a5cea31ae11122f28.zip
* Add a missing LIB_DEPENDS on howl when DAAP support is requested [1]
* Convert FAAD support into OPTIONS Reported by: ahze [1] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4957 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-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>