diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-09-29 00:25:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-09-29 00:25:09 +0800 |
commit | a8301f1168ba13b9ec151aaebd8722bec521d859 (patch) | |
tree | 26651e81cdc60f35f974f6b1219d391faa5d57ba /irc | |
parent | b6f8286da4e056d5c4aee6388b52c6d633882e44 (diff) | |
download | freebsd-ports-gnome-a8301f1168ba13b9ec151aaebd8722bec521d859.tar.gz freebsd-ports-gnome-a8301f1168ba13b9ec151aaebd8722bec521d859.tar.zst freebsd-ports-gnome-a8301f1168ba13b9ec151aaebd8722bec521d859.zip |
set themes option default value.
Submitted by: Liuyh <liuyh@newsbank-218.csie.nctu.dot.edu.tw>
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 |