diff options
author | tv <tv> | 2004-04-19 17:06:07 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-19 17:06:07 +0000 |
commit | 81dee7c43a9008f0b22f1ed06acf955c70b3f418 (patch) | |
tree | cf4f2c9d9a7f743feca228d458cac141e2341e96 /devel | |
parent | e9cabe5890bea50eb62557708960a5feca14a81f (diff) | |
download | pkgsrc-81dee7c43a9008f0b22f1ed06acf955c70b3f418.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')
-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/} |