diff options
author | adrianp <adrianp> | 2007-11-25 13:19:04 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-11-25 13:19:04 +0000 |
commit | 000b0df2e652030febb273f54b3c9e70a2928ce9 (patch) | |
tree | 34e888de71b72fe2a8541aa7425a375a38a007c8 /chat/irssi | |
parent | 761acac947867dca175bdcc6aa64e91e906772d2 (diff) | |
download | pkgsrc-000b0df2e652030febb273f54b3c9e70a2928ce9.tar.gz |
Add USE_TOOLS=perl to address PR# 37430
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index 95789421082..e60e150f52a 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2005/10/31 09:18:45 rillig Exp $ +# $NetBSD: options.mk,v 1.6 2007/11/25 13:19:04 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl @@ -6,6 +6,7 @@ PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mirssi-perl) +USE_TOOLS+= perl PERL5_PACKLIST= auto/Irssi/.packlist PERL5_PACKLIST+= auto/Irssi/Irc/.packlist PERL5_PACKLIST+= auto/Irssi/UI/.packlist |