diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:25:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:25:30 +0000 |
commit | 3812c615c2af3520666b4d057b1dd8e48d19ccad (patch) | |
tree | e525eafe48ae70a2398ac7316645ea15ef8c900a /irc | |
parent | 5a0f6cabd0344bbe4e1bf179d24c33d231c1b71c (diff) | |
download | freebsd-ports-3812c615c2af3520666b4d057b1dd8e48d19ccad.zip |
Add a missing dependency on gconf2.
Reported by: pointyhat via kris
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 24536cc2186b..e33d70c5250a 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://xchat.org/files/source/2.6/ @@ -61,6 +62,7 @@ PLIST_SUB+= TCL="@comment " .if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+=--enable-dbus +USE_GNOME+= gconf2 GCONF_SCHEMAS= apps_xchat_url_handler.schemas PLIST_SUB+= DBUS="" .else |