summaryrefslogtreecommitdiff
path: root/chat/irssi/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chat/irssi/options.mk')
-rw-r--r--chat/irssi/options.mk14
1 files changed, 5 insertions, 9 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index b28ac1c80ef..f268653562e 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -1,12 +1,14 @@
-# $NetBSD: options.mk,v 1.20 2018/02/15 21:27:11 maya Exp $
+# $NetBSD: options.mk,v 1.21 2019/02/12 04:43:52 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS= ssl perl truecolor
-PKG_SUGGESTED_OPTIONS= ssl perl truecolor
+PKG_SUPPORTED_OPTIONS= perl truecolor
+PKG_SUGGESTED_OPTIONS= perl truecolor
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= perl
.if !empty(PKG_OPTIONS:Mperl)
+PLIST.perl= yes
USE_TOOLS+= perl:run
PERL5_PACKLIST= auto/Irssi/.packlist
PERL5_PACKLIST+= auto/Irssi/Irc/.packlist
@@ -22,12 +24,6 @@ CONFIGURE_ARGS+= --with-perl-lib=vendor
CONFIGURE_ARGS+= --with-perl=no
.endif
-.if !empty(PKG_OPTIONS:Mssl)
-.include "../../security/openssl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-ssl
-.endif
-
.if !empty(PKG_OPTIONS:Mtruecolor)
CONFIGURE_ARGS+= --enable-true-color
.endif