summaryrefslogtreecommitdiff
path: root/textproc/aspell-portuguese
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-31 14:28:24 +0000
committerminskim <minskim>2004-12-31 14:28:24 +0000
commite26a1e6fa95db8addc6a3bd0abd5d82f3ec5c165 (patch)
tree2f6295f5ca215dca80778c04aa7e89bde8573942 /textproc/aspell-portuguese
parent383ba1bde505a325ed54f560948e80d2cda5f18d (diff)
downloadpkgsrc-e26a1e6fa95db8addc6a3bd0abd5d82f3ec5c165.tar.gz
Remove paths to aspell tools from CONFIGURE_ENV. They are handled by
aspell/buildlink3.mk.
Diffstat (limited to 'textproc/aspell-portuguese')
-rw-r--r--textproc/aspell-portuguese/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/aspell-portuguese/Makefile b/textproc/aspell-portuguese/Makefile
index aced7ebd4c9..5bafb2e827c 100644
--- a/textproc/aspell-portuguese/Makefile
+++ b/textproc/aspell-portuguese/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-pt-0.50-2
@@ -15,8 +15,5 @@ COMMENT= Portuguese 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"