diff options
author | jim <jim@FreeBSD.org> | 2002-09-08 03:47:52 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-09-08 03:47:52 +0000 |
commit | fe259adbc0cfe727ce99d975f47d846121639c1f (patch) | |
tree | e49809722be6ffeceef2de4804db8a5a1b939b0e /irc | |
parent | db474ed0268ab4d68bc8d5e01164fa8aff711d36 (diff) | |
download | FreeBSD-ports-fe259adbc0cfe727ce99d975f47d846121639c1f.zip FreeBSD-ports-fe259adbc0cfe727ce99d975f47d846121639c1f.tar.gz |
Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.
Submitted by: skrueger@europe.com
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index af44cb54..a5b3f78 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 af44cb54..a5b3f78 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 |