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 | 55eb14b76e277b4481dccf0152f9f68b32ee7bdc (patch) | |
tree | b8c20310b607e81c15c432a59ebfd222a82bcebb /textproc/aspell/buildlink3.mk | |
parent | b096af497e0ddf91a664bb67ca887d7b6c8fca6a (diff) | |
download | pkgsrc-55eb14b76e277b4481dccf0152f9f68b32ee7bdc.tar.gz |
bl3ify
Diffstat (limited to 'textproc/aspell/buildlink3.mk')
-rw-r--r-- | textproc/aspell/buildlink3.mk | 24 |
1 files changed, 24 insertions, 0 deletions
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/+$//} |