diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:45:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-11 04:45:35 +0800 |
commit | b509247b8fd4464ba969e2f7f05d6f9ef78590a5 (patch) | |
tree | 448836b8f26df68ab3ad44c669d97cba844dbf20 /irc/xchat/Makefile | |
parent | a764c1e3d07ccf2e1f1163488c4b9855f56e1fb2 (diff) | |
download | marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar.gz marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar.bz2 marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar.lz marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar.xz marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.tar.zst marcuscom-ports-b509247b8fd4464ba969e2f7f05d6f9ef78590a5.zip |
Depend on dbus-glib to fix the enable and plist, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7697 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc/xchat/Makefile')
-rw-r--r-- | irc/xchat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 8f499a4e3..9fd7583b0 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/irc/xchat/Makefile,v 1.2 2006/07/27 15:34:50 marcus Exp $ +# $MCom: ports/irc/xchat/Makefile,v 1.3 2006/10/07 17:10:06 marcus Exp $ PORTNAME= xchat PORTVERSION= 2.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ @@ -59,7 +59,7 @@ PLIST_SUB+= TCL="@comment " .endif .if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus USE_GNOME+= gconf2 GCONF_SCHEMAS= apps_xchat_url_handler.schemas |