diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-01 02:49:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-01 02:49:08 +0800 |
commit | cacf36fb6c614147e5e5b24dc49c92635cde5588 (patch) | |
tree | 2d6833e1bf0cce50a88974ee48b85f7f72696351 /irc/xchat2 | |
parent | 44522bf47b67f82df9f494a42349b995baa8bfe4 (diff) | |
download | freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.tar.gz freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.tar.zst freebsd-ports-gnome-cacf36fb6c614147e5e5b24dc49c92635cde5588.zip |
Chase the dbus shared lib version.
Diffstat (limited to 'irc/xchat2')
-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 |