summaryrefslogtreecommitdiff
path: root/irc/xchat2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r--irc/xchat2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 096e76d5024b..dc0b49b6a3ac 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.4
+PORTREVISION= 1
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
@@ -52,10 +53,11 @@ CONFIGURE_ARGS+= --enable-openssl
.if defined(HAVE_GNOME)
USE_GNOME= yes
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf
+CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
+ --enable-zvt
MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
.else
-CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf
+CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt
.endif
.if ${OSVERSION} < 500007