diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /textproc/aspell-german | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'textproc/aspell-german')
-rw-r--r-- | textproc/aspell-german/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell-german/Makefile b/textproc/aspell-german/Makefile index 418a569233a..82aad1d6f9e 100644 --- a/textproc/aspell-german/Makefile +++ b/textproc/aspell-german/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:32 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/05 23:11:00 joerg Exp $ # DISTNAME= aspell6-de-20030222-1 PKGNAME= ${DISTNAME:C/6-de-(.*)-(.*)$/-german-\1.\2/} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/de/} EXTRACT_SUFX= .tar.bz2 |