diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-15 17:09:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-15 17:09:37 +0000 |
commit | e60ec84355d89feab42159efd8a5accc23230686 (patch) | |
tree | 6b65ae488428777f384761081d9f800b20997fee /textproc/expat/Makefile | |
parent | 20bf4d8e216563b60da46b94bc31ffe5e5f897bb (diff) | |
download | pkgsrc-e60ec84355d89feab42159efd8a5accc23230686.tar.gz |
Don't have a comma end an enumeration list, which is apparently not
allowed by GCC with -pedantic -ansi. Bump the PKGREVISION.
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index abbeee324e2..11bc418597d 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2004/08/05 22:16:59 recht Exp $ +# $NetBSD: Makefile,v 1.16 2004/09/15 17:09:37 jlam Exp $ # DISTNAME= expat-1.95.8 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} |