diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-06 22:07:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-06 22:07:42 +0000 |
commit | 0cd4d5dd5e4a7e87fb71be3cacab5e8a1bc47718 (patch) | |
tree | 14d97d953020f5661edbb3f4c7bd06281e7c436f /textproc/aspell/buildlink3.mk | |
parent | a65921f2db3c6a1f8b5ef842f488f80d0fbfd971 (diff) | |
download | pkgsrc-0cd4d5dd5e4a7e87fb71be3cacab5e8a1bc47718.tar.gz |
Update to 0.60.5:
* Compile fix for gcc 4.1
* Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf
2.61
* Documentation improvements, including an updated `man' page.
* Complain if more than one file is specified when checking files
using the `aspell check' command, rather than ignoring the other
files.
* Large number of bug fixes.
Diffstat (limited to 'textproc/aspell/buildlink3.mk')
-rw-r--r-- | textproc/aspell/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk index be4af468357..d69a126dead 100644 --- a/textproc/aspell/buildlink3.mk +++ b/textproc/aspell/buildlink3.mk @@ -1,9 +1,9 @@ -# $NetBSD: buildlink3.mk,v 1.13 2006/07/08 23:11:10 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2007/01/06 22:07:42 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+ -.if !empty(BUILDLINK_DEPTH:M+) +.if ${BUILDLINK_DEPTH} == "+" BUILDLINK_DEPENDS+= aspell .endif @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Naspell} BUILDLINK_PACKAGES+= aspell BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}aspell -.if !empty(ASPELL_BUILDLINK3_MK:M+) +.if ${ASPELL_BUILDLINK3_MK} == "+" BUILDLINK_API_DEPENDS.aspell+= aspell>=0.50.3 BUILDLINK_ABI_DEPENDS.aspell+= aspell>=0.60.4nb1 BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell |