aboutsummaryrefslogtreecommitdiff
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-10 18:48:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-06-10 18:48:50 +0000
commitb46dfa470f7a59787ca3f32057f2c00f76ac65cf (patch)
treeab33c4cf1a232fe527f578b878ae57a2107ad865 /audio/rhythmbox-devel
parent579aafa824f888d4c08485f5a157c03ee911085f (diff)
downloadports-b46dfa470f7a59787ca3f32057f2c00f76ac65cf.tar.gz
ports-b46dfa470f7a59787ca3f32057f2c00f76ac65cf.zip
Temporarily disable the broken libgda support.
Reported by: ahze
Notes
Notes: svn path=/head/; revision=193183
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 92616f17a48b..119910e2d10c 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -48,8 +48,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \
FAAD "Enable FAAD decoder support" off \
NOTIFY "Enable libnotify support" on \
VORBIS "Enable Ogg/Vorbis support" on \
- GDA "Enable GDA database storage" off \
LIRC "Enable Infrared syncing support" off
+# GDA "Enable GDA database storage" off
.include <bsd.port.pre.mk>
@@ -63,12 +63,12 @@ CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest
USE_GSTREAMER+= faad
.endif
-.if defined(WITH_GDA)
-USE_GNOME+= libgda2
-CONFIGURE_ARGS+=--with-database=libgda
-.else
+#.if defined(WITH_GDA)
+#USE_GNOME+= libgda2
+#CONFIGURE_ARGS+=--with-database=libgda
+#.else
CONFIGURE_ARGS+=--with-database=tree
-.endif
+#.endif
.if defined(WITH_LIRC)
LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc