diff options
author | ahoka <ahoka> | 2008-10-12 21:28:23 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2008-10-12 21:28:23 +0000 |
commit | 0e0a4ee5650b18bda708bdd322e62bd95dce8ec5 (patch) | |
tree | 57af4004ea7710410d49bd6aa058bfb259a9ab4c /chat/irssi | |
parent | 1604a328b2acce776726eddcc74d4020bbc34df4 (diff) | |
download | pkgsrc-0e0a4ee5650b18bda708bdd322e62bd95dce8ec5.tar.gz |
Sanitize the perl option's name (irssi-perl -> perl).
Now -perl affects this package too.
Submitted by Leonardo Taccari.
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/options.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/irssi/options.mk b/chat/irssi/options.mk index 082f97c128d..623f48a60f3 100644 --- a/chat/irssi/options.mk +++ b/chat/irssi/options.mk @@ -1,11 +1,12 @@ -# $NetBSD: options.mk,v 1.7 2008/05/05 07:44:29 adrianp Exp $ +# $NetBSD: options.mk,v 1.8 2008/10/12 21:28:23 ahoka Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.irssi -PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl +PKG_SUPPORTED_OPTIONS= inet6 perl ssl +PKG_OPTIONS_LEGACY_OPTS+= irssi-perl:perl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mirssi-perl) +.if !empty(PKG_OPTIONS:Mperl) USE_TOOLS+= perl PERL5_PACKLIST= auto/Irssi/.packlist PERL5_PACKLIST+= auto/Irssi/Irc/.packlist |