Sun Aug 14 21:02:45 2016 UTC ()
Add ssl as suggested option.

No rev bump because I'm updating too.


(maya)
diff -r1.10 -r1.11 pkgsrc/chat/irssi/options.mk

cvs diff -r1.10 -r1.11 pkgsrc/chat/irssi/options.mk (expand / switch to unified diff)

--- pkgsrc/chat/irssi/options.mk 2011/03/06 04:12:09 1.10
+++ pkgsrc/chat/irssi/options.mk 2016/08/14 21:02:45 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.10 2011/03/06 04:12:09 dholland Exp $ 1# $NetBSD: options.mk,v 1.11 2016/08/14 21:02:45 maya Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.irssi 3PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
4PKG_SUPPORTED_OPTIONS= inet6 perl ssl 4PKG_SUPPORTED_OPTIONS= inet6 perl ssl
5PKG_SUGGESTED_OPTIONS= inet6 5PKG_SUGGESTED_OPTIONS= inet6 ssl
6PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl 6PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl
7 7
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mperl) 10.if !empty(PKG_OPTIONS:Mperl)
11USE_TOOLS+= perl:run 11USE_TOOLS+= perl:run
12PERL5_PACKLIST= auto/Irssi/.packlist 12PERL5_PACKLIST= auto/Irssi/.packlist
13PERL5_PACKLIST+= auto/Irssi/Irc/.packlist 13PERL5_PACKLIST+= auto/Irssi/Irc/.packlist
14PERL5_PACKLIST+= auto/Irssi/UI/.packlist 14PERL5_PACKLIST+= auto/Irssi/UI/.packlist
15PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist 15PERL5_PACKLIST+= auto/Irssi/TextUI/.packlist
16.include "../../lang/perl5/packlist.mk" 16.include "../../lang/perl5/packlist.mk"
17.include "../../lang/perl5/buildlink3.mk" 17.include "../../lang/perl5/buildlink3.mk"
18# actually we don't need --with-perl here, irssi is compiled with it by default 18# actually we don't need --with-perl here, irssi is compiled with it by default