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-german | |
parent | ae920ec04dfd88d55aa13529809f1a44e8cfb49c (diff) | |
download | pkgsrc-e72f702b077a09ec8efd1fccd349f3a545ba80e0.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell-german')
-rw-r--r-- | textproc/aspell-german/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell-german/Makefile b/textproc/aspell-german/Makefile index 7628926885a..d9719a54428 100644 --- a/textproc/aspell-german/Makefile +++ b/textproc/aspell-german/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/09/14 18:13:49 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/11 04:35:20 xtraeme Exp $ # DISTNAME= aspell-de-0.50-2 @@ -12,11 +12,11 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://aspell.net/ COMMENT= German 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" |