diff options
author | wiz <wiz> | 2009-08-10 15:14:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-10 15:14:03 +0000 |
commit | 00593e1ff7f70c79fc8151c6a9ce9a74e3f8cc70 (patch) | |
tree | 73911b45d457d1c0d9917d601ff20665f46b0823 | |
parent | 13d63f0ea8a48561f2c19ad2e867d243f809cc14 (diff) | |
download | pkgsrc-00593e1ff7f70c79fc8151c6a9ce9a74e3f8cc70.tar.gz |
option perl needs perl at runtime.
-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 |