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/Makefile | |
parent | 1e2ca26a1709367c74f1df673cc7b4684b794636 (diff) | |
download | pkgsrc-79317ebe2dfc883a72e13843d3477de2dc9d57a2.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 56296fee663..6a0e5268219 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/11 01:46:30 abs Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/11 04:35:20 xtraeme Exp $ # DISTNAME= aspell-0.50.4.1 @@ -11,7 +11,7 @@ COMMENT= Spell checker with good multi-language support CONFLICTS= libpspell-[0-9]* -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GCC_SHLIB= yes USE_GNU_TOOLS+= make @@ -29,5 +29,5 @@ REPLACE_PERL= scripts/aspell-import post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |