diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
commit | dd64660abd3e50f55c43bf3cc6422312929afacc (patch) | |
tree | 382a45fd59d5b83c2dfb6b94958fb359d5214917 /irc | |
parent | baa62d89b811800e4c8eb24f17b0f2c072267300 (diff) | |
download | freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.gz freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.zst freebsd-ports-gnome-dd64660abd3e50f55c43bf3cc6422312929afacc.zip |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi-devel/Makefile | 3 | ||||
-rw-r--r-- | irc/irssi/Makefile | 3 |
2 files changed, 4 insertions, 2 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 \ diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 84950b59d578..d0a8b05053c0 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/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 \ |