diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-20 14:47:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-20 14:47:08 +0000 |
commit | 748569340315874648601c9586ac50f5f57d2f42 (patch) | |
tree | 73670db954aeb3c057257b028854901c28bc6635 /irc/bitchx | |
parent | 2acb9836b5e355cf42129be69c5d3b2ce66b1c44 (diff) | |
download | ports-748569340315874648601c9586ac50f5f57d2f42.tar.gz ports-748569340315874648601c9586ac50f5f57d2f42.zip |
Notes
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 8ad455412caa..11da71bd363f 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -36,15 +36,15 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= BitchX.1 -OPTIONS= ESOND "With ESOUND support" off \ - GNOME "With GTK/GNOME1 Frontend" off \ - IPV6 "With IPV6 support" off \ - LATIN "Recommended if you are using an ISO-8859-1 display" off \ - PLUGINS "With BitchX Plugins" off \ - SOCKS5 "With SOCKS5 support" off \ - SSL "With SSL" off \ - TCL "With TCL support" off \ - XMMS "With XMMS plugin" off +#OPTIONS= ESOND "With ESOUND support" off \ +# GNOME "With GTK/GNOME1 Frontend" off \ +# IPV6 "With IPV6 support" off \ +# LATIN "Recommended if you are using an ISO-8859-1 display" off \ +# PLUGINS "With BitchX Plugins" off \ +# SOCKS5 "With SOCKS5 support" off \ +# SSL "With SSL" off \ +# TCL "With TCL support" off \ +# XMMS "With XMMS plugin" off .include <bsd.port.pre.mk> |