diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
commit | 5af1fb9a01bad8a590b876b25b62b00a41972018 (patch) | |
tree | ce52fc02efe8fdcc77cf96f870bad92d31d74ae7 /irc | |
parent | 196d0f5fc687333ca42c3406e35b6f3f85c27034 (diff) | |
download | FreeBSD-ports-5af1fb9a01bad8a590b876b25b62b00a41972018.zip FreeBSD-ports-5af1fb9a01bad8a590b876b25b62b00a41972018.tar.gz |
Remove USE_GNOMENG.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 | ||||
-rw-r--r-- | irc/irssi-devel/Makefile | 1 | ||||
-rw-r--r-- | irc/irssi/Makefile | 1 | ||||
-rw-r--r-- | irc/lostirc/Makefile | 1 | ||||
-rw-r--r-- | irc/olirc/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 1 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 1 |
9 files changed, 0 insertions, 10 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index a9415b2..38b2c0e 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -49,7 +49,6 @@ MAN1= BitchX.1 .if defined(WITH_GNOME) USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gnomelibs CONFIGURE_ARGS+=--with-gtk CFLAGS+= -I${X11BASE}/include/gnome-1.0/ @@ -59,7 +58,6 @@ CONFIGURE_ARGS+=--without-gtk PLIST_SUB+= GNOME:="@comment " NOGNOME:="" .endif .if (defined(WITH_ESOUND) && defined(WITH_GNOME)) -USE_GNOMENG= yes USE_GNOME+= esound CONFIGURE_ARGS+=--enable-sound .endif diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index d389e25..07d0526 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -16,7 +16,6 @@ COMMENT?= A modular IRC client with many features USE_BZIP2= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= glib12 GNU_CONFIGURE= yes # `+=' is for slave ports diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index d389e25..07d0526 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -16,7 +16,6 @@ COMMENT?= A modular IRC client with many features USE_BZIP2= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= glib12 GNU_CONFIGURE= yes # `+=' is for slave ports diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 583112c..71ce923 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 4a83ae7..ee8a375 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index b55cc80..a832de8 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -21,7 +21,6 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes USE_REINPLACE= yes diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index b30d49a..f7e9641 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -24,7 +24,6 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index b30d49a..f7e9641 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -24,7 +24,6 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index b55cc80..a832de8 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -21,7 +21,6 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes USE_REINPLACE= yes |