diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-09-08 03:47:52 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-09-08 03:47:52 +0000 |
commit | baac36b97e3212b22c61e28c890b15079887aafd (patch) | |
tree | c53ab89ee8aabba197ac1eaab0ba6c31b44e46b9 /irc/xchat1/Makefile | |
parent | Fix 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/xchat1/Makefile')
-rw-r--r-- | irc/xchat1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |