summaryrefslogtreecommitdiffstats
path: root/net-im/libpurple
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-21 04:31:45 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-21 04:31:45 +0800
commit80be762def334f559f7ce097d84817f192d7ba16 (patch)
treeb60beddfce692e17ca0103178e608b60fcbf5f97 /net-im/libpurple
parent366af7ba9094e49b4c551653c99225a061dd4799 (diff)
downloadmarcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar.gz
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar.bz2
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar.lz
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar.xz
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.tar.zst
marcuscom-ports-80be762def334f559f7ce097d84817f192d7ba16.zip
Remove audiofile hooks as Gaim no longer supports this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8208 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index a0f3ee9f3..a4f62a342 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,12 +3,12 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/net-im/libgaim/Makefile,v 1.4 2006/10/29 18:55:28 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.2 2007/01/20 20:18:29 marcus Exp $
#
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 1
+PORTREVISION?= 2
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)