diff options
author | arved <arved@FreeBSD.org> | 2004-01-20 22:47:08 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-20 22:47:08 +0800 |
commit | 69cde9deb51bb3221150adb9ddf36a2cbcd2f913 (patch) | |
tree | d1c97ead635b486fa4053b7d9b118db208ddc769 /irc | |
parent | 7e363c6c8e210f2c14a952844112f1f7118bd78e (diff) | |
download | freebsd-ports-gnome-69cde9deb51bb3221150adb9ddf36a2cbcd2f913.tar.gz freebsd-ports-gnome-69cde9deb51bb3221150adb9ddf36a2cbcd2f913.tar.zst freebsd-ports-gnome-69cde9deb51bb3221150adb9ddf36a2cbcd2f913.zip |
#Disable Options stuff, yes, it helps to read ports@ before committing.
Diffstat (limited to 'irc')
-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> |