pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell USE_PERL5 -> USE_TOOLS+=perl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76f6ce6ba556
branches:  trunk
changeset: 496424:76f6ce6ba556
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 28 14:18:55 2005 +0000

description:
USE_PERL5 -> USE_TOOLS+=perl.

diffstat:

 textproc/aspell/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 66a889f5dc2d -r 76f6ce6ba556 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Tue Jun 28 14:17:49 2005 +0000
+++ b/textproc/aspell/Makefile  Tue Jun 28 14:18:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/06/28 14:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2005/06/28 14:18:55 wiz Exp $
 #
 
 DISTNAME=              aspell-0.60.3
@@ -11,9 +11,10 @@
 
 CONFLICTS=             libpspell-[0-9]*
 
-USE_PERL5=             run # for bin/aspell-import
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
+# for bin/aspell-import
+TOOLS_DEPMETHOD.perl=  DEPENDS
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 



Home | Main Index | Thread Index | Old Index