summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-09-08 03:47:52 +0000
committerJim Mock <jim@FreeBSD.org>2002-09-08 03:47:52 +0000
commitbaac36b97e3212b22c61e28c890b15079887aafd (patch)
treec53ab89ee8aabba197ac1eaab0ba6c31b44e46b9 /irc
parentFix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff)
Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.
Submitted by: skrueger@europe.com
Notes
Notes: svn path=/head/; revision=65818
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat/Makefile1
-rw-r--r--irc/xchat1/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index af44cb544b4a..a5b3f78689dd 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -24,6 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_GNOMENG= yes
+USE_GNOME= gtk12
WANT_GNOME= yes
GNU_CONFIGURE= yes
# Assign with `+=' for slave ports
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index af44cb544b4a..a5b3f78689dd 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -24,6 +24,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_GNOMENG= yes
+USE_GNOME= gtk12
WANT_GNOME= yes
GNU_CONFIGURE= yes
# Assign with `+=' for slave ports