diff options
author | marcus <marcus@FreeBSD.org> | 2007-06-11 02:48:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-06-11 02:48:50 +0800 |
commit | 941ee01463357f9aec7883f3e0f1a1e6b0f4ed30 (patch) | |
tree | 2c5fa61c2c965030a58991941dd28d6be5d2418c /audio/rhythmbox | |
parent | a69cd45a1dd4542317b910acb66e8062ba4e646c (diff) | |
download | freebsd-ports-gnome-941ee01463357f9aec7883f3e0f1a1e6b0f4ed30.tar.gz freebsd-ports-gnome-941ee01463357f9aec7883f3e0f1a1e6b0f4ed30.tar.zst freebsd-ports-gnome-941ee01463357f9aec7883f3e0f1a1e6b0f4ed30.zip |
Temporarily disable the broken libgda support.
Reported by: ahze
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 92616f17a48b..119910e2d10c 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/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 |