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 | |
parent | 1e2ca26a1709367c74f1df673cc7b4684b794636 (diff) | |
download | pkgsrc-79317ebe2dfc883a72e13843d3477de2dc9d57a2.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 6 | ||||
-rw-r--r-- | textproc/aspell/buildlink3.mk | 24 |
2 files changed, 27 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" diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk new file mode 100644 index 00000000000..cd556d3646c --- /dev/null +++ b/textproc/aspell/buildlink3.mk @@ -0,0 +1,24 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:35:20 xtraeme Exp $ +# +# This Makefile fragment is included by packages that use aspell. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= aspell +.endif + +.if !empty(ASPELL_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= aspell +BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2 +BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell + +.include "../../devel/ncurses/buildlink3.mk" + +.endif # ASPELL_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |