diff options
author | xtraeme <xtraeme> | 2004-02-11 04:35:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-02-11 04:35:20 +0000 |
commit | e72f702b077a09ec8efd1fccd349f3a545ba80e0 (patch) | |
tree | b8c20310b607e81c15c432a59ebfd222a82bcebb /textproc/aspell-welsh/Makefile | |
parent | ae920ec04dfd88d55aa13529809f1a44e8cfb49c (diff) | |
download | pkgsrc-e72f702b077a09ec8efd1fccd349f3a545ba80e0.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell-welsh/Makefile')
-rw-r--r-- | textproc/aspell-welsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell-welsh/Makefile b/textproc/aspell-welsh/Makefile index 26915767496..1f2f4ed1166 100644 --- a/textproc/aspell-welsh/Makefile +++ b/textproc/aspell-welsh/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-cy-0.50-3 @@ -12,11 +12,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= Welsh 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" |