diff options
author | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
commit | 813045038052ffa056be024446c648238b28e790 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /chat/irssi | |
parent | e50ce2a3b677282295c74f67e91ba9b59ef04941 (diff) | |
download | pkgsrc-813045038052ffa056be024446c648238b28e790.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index 08c96afdf0c..a5efaef6bee 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2005/08/06 06:19:04 jlam Exp $ +# $NetBSD: options.mk,v 1.4 2005/10/05 13:29:50 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl -PKG_OPTIONS_LEGACY_VARS+= IRSSI_USE_PERL:irssi-perl IRSSI_USE_SSL:ssl .include "../../mk/bsd.options.mk" |