diff options
author | wiz <wiz> | 2009-08-10 15:14:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-10 15:14:03 +0000 |
commit | e9e36c0d2976d975ed03b31c24c2defd34d9aa21 (patch) | |
tree | 73911b45d457d1c0d9917d601ff20665f46b0823 /chat/irssi | |
parent | 7055bd4bc7dae77a2abae9cad2caa08885226d90 (diff) | |
download | pkgsrc-e9e36c0d2976d975ed03b31c24c2defd34d9aa21.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 |