diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-25 02:27:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-25 02:27:14 +0000 |
commit | 34fc622265cb9649ba20e1e8d5af153a45569f6d (patch) | |
tree | c8186569e21b318abbfa2ba21f9a872a68979821 /textproc/aspell/Makefile | |
parent | 8176e1389d6363930199691f9ccebe4dde923d46 (diff) | |
download | pkgsrc-34fc622265cb9649ba20e1e8d5af153a45569f6d.tar.gz |
Set USE_PERL5 to "run" for aspell-import script; perl is also needed during the build phase.
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 2d9d77b8e10..f2bb76df5a3 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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 @@ COMMENT= Spell checker with good multi-language support CONFLICTS= libpspell-[0-9]* USE_BUILDLINK3= yes +USE_PERL5= run # for bin/aspell-import GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes |