diff options
author | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-07 16:36:47 +0000 |
commit | a62d3fb0e1b45dea7bc69d02ad88327d3f691634 (patch) | |
tree | 22ffed2ee6bcfab538d5f4b2cdef467d0ac52cfb /textproc/aspell | |
parent | 615aad4d14713a8bbeffadf5fed51184aa09e602 (diff) | |
download | pkgsrc-a62d3fb0e1b45dea7bc69d02ad88327d3f691634.tar.gz |
Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/aspell/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 36b0b8f2d39..a78030e5cb8 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:18:17 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/10/07 16:36:47 tv Exp $ # DISTNAME= aspell-0.50.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/} diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk index 0cb284c5b8e..c490ce329d5 100644 --- a/textproc/aspell/buildlink3.mk +++ b/textproc/aspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:18:18 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/10/07 16:36:47 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ ASPELL_BUILDLINK3_MK:= ${ASPELL_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= aspell .if !empty(ASPELL_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2 -BUILDLINK_RECOMMENDED.aspell+= aspell>=0.50.5nb2 +BUILDLINK_RECOMMENDED.aspell+= aspell>=0.50.5nb3 BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell .endif # ASPELL_BUILDLINK3_MK |