diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-09-28 16:25:09 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-09-28 16:25:09 +0000 |
commit | 5e207625171f152f12ac6299915134f23d3f04ec (patch) | |
tree | 4d11fb4694f95582361e394c9ad880acc23cca51 /irc | |
parent | 34448d56244535490994263c2ec778f651fd51c4 (diff) | |
download | ports-5e207625171f152f12ac6299915134f23d3f04ec.tar.gz ports-5e207625171f152f12ac6299915134f23d3f04ec.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 9401141e9f44..b682974fe2d1 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -28,7 +28,7 @@ OPTIONS= PERL "Enable perl support" on \ SOCKS "Enable socks proxy support" off \ IPV6 "Enable IPv6" on \ BOT "Enable bot" off \ - THEMES "Enable Themes" + THEMES "Enable Themes" off # USE_OPENSSL must be defined before bsd.port.pre.mk so use old schema # for WITH_SSL option |