diff options
author | jim <jim@FreeBSD.org> | 2002-09-08 11:47:52 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-09-08 11:47:52 +0800 |
commit | fe259adbc0cfe727ce99d975f47d846121639c1f (patch) | |
tree | e49809722be6ffeceef2de4804db8a5a1b939b0e /irc/xchat1 | |
parent | db474ed0268ab4d68bc8d5e01164fa8aff711d36 (diff) | |
download | freebsd-ports-gnome-fe259adbc0cfe727ce99d975f47d846121639c1f.tar.gz freebsd-ports-gnome-fe259adbc0cfe727ce99d975f47d846121639c1f.tar.zst freebsd-ports-gnome-fe259adbc0cfe727ce99d975f47d846121639c1f.zip |
Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.
Submitted by: skrueger@europe.com
Diffstat (limited to 'irc/xchat1')
-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 |