View | Details | Raw Unified | Return to bug 108027
Collapse All | Expand All

(-)/usr/ports/net-im/libgaim/Makefile (-2 / +2 lines)
Lines 91-97 Link Here
91
.endif
91
.endif
92
92
93
.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
93
.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER)
94
USE_GSTREAMER+= core good
94
USE_GSTREAMER+=		core good
95
.else
95
.else
96
CONFIGURE_ARGS+=--disable-gstreamer
96
CONFIGURE_ARGS+=--disable-gstreamer
97
.endif
97
.endif
Lines 174-180 Link Here
174
CONFIGURE_ARGS+=	--disable-audio
174
CONFIGURE_ARGS+=	--disable-audio
175
.endif
175
.endif
176
176
177
.if defined(WITH_DBUS)
177
.if !defined(WITHOUT_DBUS)
178
LIB_DEPENDS+=		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
178
LIB_DEPENDS+=		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
179
.if !defined(GAIM_SLAVE)
179
.if !defined(GAIM_SLAVE)
180
RUN_DEPENDS+=		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
180
RUN_DEPENDS+=		${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus

Return to bug 108027