From 0e24110c725c5c0bf816b51e8ad3beb772a1fa4b Mon Sep 17 00:00:00 2001 From: ahoka Date: Sun, 12 Oct 2008 21:28:23 +0000 Subject: Sanitize the perl option's name (irssi-perl -> perl). Now -perl affects this package too. Submitted by Leonardo Taccari. --- chat/irssi/options.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat/irssi') 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 -- cgit v1.2.3