summaryrefslogtreecommitdiff
path: root/textproc/expat/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-09-15 17:09:37 +0000
committerjlam <jlam@pkgsrc.org>2004-09-15 17:09:37 +0000
commit1a116202bee2aa3b6f29fabe5a285511f72b90e4 (patch)
tree6b65ae488428777f384761081d9f800b20997fee /textproc/expat/Makefile
parent1075e7d7ab81b276b13c50dd2907a61461c62ba8 (diff)
downloadpkgsrc-1a116202bee2aa3b6f29fabe5a285511f72b90e4.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/Makefile3
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/}