diff options
author | tv <tv@pkgsrc.org> | 2004-04-19 17:06:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-19 17:06:07 +0000 |
commit | dfce9713aaee53c7278a351a2efea824d2228121 (patch) | |
tree | cf4f2c9d9a7f743feca228d458cac141e2341e96 /devel/gettext | |
parent | e8d5cb679dc68f92c84d73c754d7ee93130013cb (diff) | |
download | pkgsrc-dfce9713aaee53c7278a351a2efea824d2228121.tar.gz |
Technically, this should not have needed a PKGREVISION bump for the
USE_GNU_GETTEXT fix: afflicted systems couldn't compile gettext at all.
But, to be pedantic and fix possible unforeseen problems on systems where
the previous version *was* successfully compiling, bump PKGREVISION anyway.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 8dfd429bf31..42349483e2d 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2004/04/19 14:52:26 tv Exp $ +# $NetBSD: Makefile,v 1.58 2004/04/19 17:06:07 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # DISTNAME= gettext-0.11.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} |