diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-10 15:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-10 15:14:03 +0000 |
commit | efc4badd4d8cf8b07cda04db6aae3064dfe8a9d2 (patch) | |
tree | 73911b45d457d1c0d9917d601ff20665f46b0823 /chat/irssi | |
parent | 63c9b11407505f58858f5bc7ab74d9f7e2b2103a (diff) | |
download | pkgsrc-efc4badd4d8cf8b07cda04db6aae3064dfe8a9d2.tar.gz |
option perl needs perl at runtime.
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 623f48a60f3..15233938d22 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2008/10/12 21:28:23 ahoka Exp $ +# $NetBSD: options.mk,v 1.9 2009/08/10 15:14:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi PKG_SUPPORTED_OPTIONS= inet6 perl ssl @@ -7,7 +7,7 @@ PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mperl) -USE_TOOLS+= perl +USE_TOOLS+= perl:run PERL5_PACKLIST= auto/Irssi/.packlist PERL5_PACKLIST+= auto/Irssi/Irc/.packlist PERL5_PACKLIST+= auto/Irssi/UI/.packlist |