summaryrefslogtreecommitdiff
path: root/textproc/aspell-english/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-08-23 21:37:24 +0000
committerreed <reed@pkgsrc.org>2005-08-23 21:37:24 +0000
commitbe7cf2d4f13fc64221753cc91fa4120480a3eff7 (patch)
tree022322528c8cee0fda3ccfe52c1bb948446a1fd2 /textproc/aspell-english/Makefile
parenta7ece3e577a323c8cf81bc316ae06e247416f686 (diff)
downloadpkgsrc-be7cf2d4f13fc64221753cc91fa4120480a3eff7.tar.gz
Add patch-ab to not use "which" command.
And set in configure environment: ASPELL and PREZIP to path to executables.
Diffstat (limited to 'textproc/aspell-english/Makefile')
-rw-r--r--textproc/aspell-english/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell-english/Makefile b/textproc/aspell-english/Makefile
index 6c7f123f611..8bcc3dd78b9 100644
--- a/textproc/aspell-english/Makefile
+++ b/textproc/aspell-english/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:32 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/23 21:37:24 reed Exp $
#
DISTNAME= aspell6-en-6.0-0
@@ -12,6 +12,8 @@ HOMEPAGE= http://aspell.net/
COMMENT= English language support for aspell
HAS_CONFIGURE= YES
+CONFIGURE_ENV+= ASPELL=${BUILDLINK_PREFIX.aspell}/bin/aspell
+CONFIGURE_ENV+= PREZIP=${BUILDLINK_PREFIX.aspell}/bin/prezip-bin
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"