diff options
author | minskim <minskim> | 2004-12-31 14:28:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-31 14:28:24 +0000 |
commit | a95ae0fdfc63c287b960bdd199d800afe3371de9 (patch) | |
tree | 2f6295f5ca215dca80778c04aa7e89bde8573942 /textproc/aspell-breton/Makefile | |
parent | 51f660f5bf98653c6ea31236ca3c88a6d75e2c3c (diff) | |
download | pkgsrc-a95ae0fdfc63c287b960bdd199d800afe3371de9.tar.gz |
Remove paths to aspell tools from CONFIGURE_ENV. They are handled by
aspell/buildlink3.mk.
Diffstat (limited to 'textproc/aspell-breton/Makefile')
-rw-r--r-- | textproc/aspell-breton/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/aspell-breton/Makefile b/textproc/aspell-breton/Makefile index 6cb5a7cddce..7222bf7a5dc 100644 --- a/textproc/aspell-breton/Makefile +++ b/textproc/aspell-breton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/24 02:58:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/31 14:28:24 minskim Exp $ # DISTNAME= aspell-br-0.50-2 @@ -15,8 +15,5 @@ COMMENT= Breton language support for aspell USE_BUILDLINK3= YES HAS_CONFIGURE= YES -CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell -CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress - .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |