pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim Replaced deprecated USE_PERL5 with USE_TOOLS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/867f7e8c1182
branches:  trunk
changeset: 500350:867f7e8c1182
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 07 10:28:06 2005 +0000

description:
Replaced deprecated USE_PERL5 with USE_TOOLS+=perl5:run.

diffstat:

 chat/gaim/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df1e425a0910 -r 867f7e8c1182 chat/gaim/options.mk
--- a/chat/gaim/options.mk      Fri Oct 07 10:24:42 2005 +0000
+++ b/chat/gaim/options.mk      Fri Oct 07 10:28:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2005/08/29 13:31:14 xtraeme Exp $
+# $NetBSD: options.mk,v 1.5 2005/10/07 10:28:06 rillig Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.gaim
 PKG_SUPPORTED_OPTIONS+=                gnutls gtkspell silc audio perl tcl nas
@@ -46,7 +46,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mperl)
-USE_PERL5=     yes
+USE_TOOLS+=            perl:run
 .  include "../../lang/perl5/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-perl



Home | Main Index | Thread Index | Old Index