diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-31 14:26:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-31 14:26:47 +0000 |
commit | 143f4994e00348abe96d269f198e9a7f78f59e79 (patch) | |
tree | 7cfb238443f1868579861fc9addb9263211a76e4 /textproc | |
parent | 3988be5a0e3be238cd601ad85018d61c66915e84 (diff) | |
download | pkgsrc-143f4994e00348abe96d269f198e9a7f78f59e79.tar.gz |
Buildlink tools used by aspell language packages, so that those
packages don't have to specify paths explicitly in their Makefile's.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk index 4ec9179381b..7835164d636 100644 --- a/textproc/aspell/buildlink3.mk +++ b/textproc/aspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2004/12/24 02:55:53 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2004/12/31 14:26:47 minskim Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+ @@ -15,4 +15,6 @@ BUILDLINK_DEPENDS.aspell+= aspell>=0.60.2 BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell .endif # ASPELL_BUILDLINK3_MK +BUILDLINK_FILES.aspell= bin/aspell bin/prezip-bin bin/word-list-compress + BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |