diff options
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 4a0374dee..654419f47 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.77 2007/05/30 03:21:42 mezz Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.78 2007/06/07 14:05:45 ahze Exp $ # PORTNAME= rhythmbox @@ -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 |