diff options
author | rh <rh@pkgsrc.org> | 2002-08-10 23:22:02 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-08-10 23:22:02 +0000 |
commit | cceb2be7a93028d77c09165f5724e99c9aef29a8 (patch) | |
tree | 0ebc0bc927472b701f5c3adc646a9cd0bcbc924e /devel/gtexinfo/Makefile | |
parent | 8e65f3b9770bcdb950b700f3479473a7b6b46e15 (diff) | |
download | pkgsrc-cceb2be7a93028d77c09165f5724e99c9aef29a8.tar.gz |
Make sure proper prototypes are used for xmalloc() and the like so the
package actually works on PPC and other architectures where this matters.
Bump PKGREVISION.
This closes PR pkg/17377 by Andrew Cagney <cagney@mac.com>
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 42f08b266cd..92c53b8534b 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2002/04/04 11:10:21 seb Exp $ +# $NetBSD: Makefile,v 1.28 2002/08/10 23:22:02 rh Exp $ # DISTNAME= texinfo-4.0 -PKGNAME= gtexinfo-4.0 +PKGNAME= g${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/} |