diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
commit | 3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (patch) | |
tree | 68342fb1f69328250a70a12fa0a583adde8d3f52 /irc | |
parent | a669dc1c3c9825a7841a83b8b367054abdffe961 (diff) | |
download | ports-3549788aa15b0ae0728b1331cd01dc5f20d0ca76.tar.gz ports-3549788aa15b0ae0728b1331cd01dc5f20d0ca76.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index a724f2516cd9..8993d16127f8 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,7 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ @@ -60,7 +60,7 @@ PLIST_SUB+= TCL="@comment " .endif .if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+=--enable-dbus USE_GNOME+= gconf2 GCONF_SCHEMAS= apps_xchat_url_handler.schemas |