aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
committerJim Mock <jim@FreeBSD.org>2002-05-26 22:47:30 +0000
commitae1024b98208fd7d3625c5464b71bad69398bea6 (patch)
tree143abb9a999867c12925e1227c5dad9ad268d089 /irc/xchat
parentd6e22a290d59d49f9a8e91ab31b4829dcf10aaa6 (diff)
downloadports-ae1024b98208fd7d3625c5464b71bad69398bea6.tar.gz
ports-ae1024b98208fd7d3625c5464b71bad69398bea6.zip
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 891097078967..aa2ce4497f7e 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -58,7 +58,8 @@ CONFIGURE_ARGS+= --enable-gdk-pixbuf
USE_GNOME= yes
CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
--enable-zvt
-MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps"
+MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
+ utildir="${PREFIX}/share/gnome/apps/Internet"
.else
CONFIGURE_ARGS+= --disable-gnome --disable-zvt
.endif