diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-21 03:54:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-21 03:54:55 +0800 |
commit | 5af1fb9a01bad8a590b876b25b62b00a41972018 (patch) | |
tree | ce52fc02efe8fdcc77cf96f870bad92d31d74ae7 /irc/bitchx | |
parent | 196d0f5fc687333ca42c3406e35b6f3f85c27034 (diff) | |
download | freebsd-ports-gnome-5af1fb9a01bad8a590b876b25b62b00a41972018.tar.gz freebsd-ports-gnome-5af1fb9a01bad8a590b876b25b62b00a41972018.tar.zst freebsd-ports-gnome-5af1fb9a01bad8a590b876b25b62b00a41972018.zip |
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 |