diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 04:35:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 04:35:20 +0000 |
commit | 79317ebe2dfc883a72e13843d3477de2dc9d57a2 (patch) | |
tree | b8c20310b607e81c15c432a59ebfd222a82bcebb /textproc/aspell-ukrainian | |
parent | 1e2ca26a1709367c74f1df673cc7b4684b794636 (diff) | |
download | pkgsrc-79317ebe2dfc883a72e13843d3477de2dc9d57a2.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell-ukrainian')
-rw-r--r-- | textproc/aspell-ukrainian/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell-ukrainian/Makefile b/textproc/aspell-ukrainian/Makefile index 361f315dbd1..cb3f2916a78 100644 --- a/textproc/aspell-ukrainian/Makefile +++ b/textproc/aspell-ukrainian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:09 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:21 xtraeme Exp $ # DISTNAME= aspell-uk-0.50-3 @@ -12,11 +12,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Ukrainian language support for aspell -USE_BUILDLINK2= YES +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/buildlink2.mk" +.include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |