summaryrefslogtreecommitdiffstats
path: root/net-im/pidgin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pidgin/Makefile')
-rw-r--r--net-im/pidgin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 520f05341..beb497cfa 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -3,12 +3,12 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.3 2006/09/30 16:04:04 marcus Exp $
+# $MCom: ports/net-im/gaim-devel/Makefile,v 1.4 2006/10/07 17:10:07 marcus Exp $
#
PORTNAME= gaim
PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl
.endif
.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
+LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
CONFIGURE_ARGS+= --enable-dbus
PLIST_SUB+= DBUS=""