diff options
Diffstat (limited to 'irc/irssi-devel/Makefile')
-rw-r--r-- | irc/irssi-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 84950b59d578..d0a8b05053c0 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -15,7 +15,8 @@ MAINTAINER?= vanilla@FreeBSD.org USE_BZIP2= yes USE_PERL5= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes # `+=' is for slave ports CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \ |