diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-14 05:25:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-14 05:25:30 +0800 |
commit | 90b1af31770a816d3efe98361c9172640d6ba1a4 (patch) | |
tree | 1ad0e44ecbd7bf6f609804859f3ed36e7392286a | |
parent | 498a425517957ce404c2b0fa45206fc60c123ebf (diff) | |
download | freebsd-ports-gnome-90b1af31770a816d3efe98361c9172640d6ba1a4.tar.gz freebsd-ports-gnome-90b1af31770a816d3efe98361c9172640d6ba1a4.tar.zst freebsd-ports-gnome-90b1af31770a816d3efe98361c9172640d6ba1a4.zip |
Add a missing dependency on gconf2.
Reported by: pointyhat via kris
-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 |