pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/aspell Set USE_PERL5 to "run" for aspell-impo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e98071f44c7
branches:  trunk
changeset: 486204:7e98071f44c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 25 02:27:14 2004 +0000

description:
Set USE_PERL5 to "run" for aspell-import script; perl is also needed during the build phase.

diffstat:

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

diffs (17 lines):

diff -r 6d173cdd5d01 -r 7e98071f44c7 textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Sat Dec 25 02:06:55 2004 +0000
+++ b/textproc/aspell/Makefile  Sat Dec 25 02:27:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/12/24 02:55:53 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2004/12/25 02:27:14 wiz Exp $
 #
 
 DISTNAME=              aspell-0.60.2
@@ -12,6 +12,7 @@
 CONFLICTS=             libpspell-[0-9]*
 
 USE_BUILDLINK3=                yes
+USE_PERL5=             run # for bin/aspell-import
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index