diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-20 19:54:55 +0000 |
commit | b33eaf3276a1b3944a78b0f8a415b60f394d7ee3 (patch) | |
tree | 4ac7c8cf8f233ed090d1c1acd618e4c3bd61bdc6 /irc/bitchx | |
parent | Deal with the msgsnd() API change in FreeBSD 5.x. (diff) |
Remove USE_GNOMENG.
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index a9415b2658e0..38b2c0ea844a 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 |