diff options
author | maya <maya> | 2016-08-14 21:02:45 +0000 |
---|---|---|
committer | maya <maya> | 2016-08-14 21:02:45 +0000 |
commit | 2a9abf4fd0e76c7b40734e05a4a35c58fffe554a (patch) | |
tree | c28f8a321aa9607058b893a118ddc3d122752e5f /chat/irssi | |
parent | 0ae6725c760a6db6f6deea3180f5b4535260b081 (diff) | |
download | pkgsrc-2a9abf4fd0e76c7b40734e05a4a35c58fffe554a.tar.gz |
Add ssl as suggested option.
No rev bump because I'm updating too.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index c8b08ee4652..79abb326265 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.10 2011/03/06 04:12:09 dholland Exp $ +# $NetBSD: options.mk,v 1.11 2016/08/14 21:02:45 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 perl ssl -PKG_SUGGESTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 ssl PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl .include "../../mk/bsd.options.mk" |