diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-21 04:31:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-21 04:31:04 +0800 |
commit | 79e74aa42563a980398a5d3bb35ed7072e4091e0 (patch) | |
tree | 72002b78a915714bf8309f168b61307b9c058983 /net-im/libgaim | |
parent | 33d0c130721f9060d9f265daa3454a4e7dcbe352 (diff) | |
download | freebsd-ports-gnome-79e74aa42563a980398a5d3bb35ed7072e4091e0.tar.gz freebsd-ports-gnome-79e74aa42563a980398a5d3bb35ed7072e4091e0.tar.zst freebsd-ports-gnome-79e74aa42563a980398a5d3bb35ed7072e4091e0.zip |
There is no longer any audiofile requirement. The GTK+ frontend to
Gaim can use GStreamer for audio support.
Diffstat (limited to 'net-im/libgaim')
-rw-r--r-- | net-im/libgaim/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
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) |