From 79e74aa42563a980398a5d3bb35ed7072e4091e0 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 20 Jan 2007 20:31:04 +0000 Subject: There is no longer any audiofile requirement. The GTK+ frontend to Gaim can use GStreamer for audio support. --- net-im/libgaim/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'net-im/libgaim') diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index fa968fc66798..ac8e7e04b752 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -8,7 +8,7 @@ PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -51,7 +51,6 @@ MAN1= gaim.1 gaim-text.1 PRPL_MODULES= gg,irc,jabber,msn,novell,oscar,qq,simple,yahoo,zephyr OPTIONS= SILC "Secure Internet Live Conferencing support" off \ - AUDIO "Audio support" on \ GNUTLS "GNUTLS encryption support" off \ NSS "Mozilla NSS encryption support" on \ SASL "Cyrus SASL support (for jabberd)" off \ @@ -167,13 +166,6 @@ PLIST_SUB+= TCL:="" PLIST_SUB+= TCL:="@comment not installed: " .endif -.if !defined(WITHOUT_AUDIO) -LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \ - audiofile.0:${PORTSDIR}/audio/libaudiofile -.else -CONFIGURE_ARGS+= --disable-audio -.endif - .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .if !defined(GAIM_SLAVE) -- cgit