diff options
author | jlam <jlam> | 2005-09-04 05:00:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-04 05:00:36 +0000 |
commit | f14d1d541c2f685f9b4df69965ccedadc35900ec (patch) | |
tree | 9c5551f5e14adfbc9dfa43bf2f898a45687d9110 /textproc/lua-expat/Makefile | |
parent | b001c18c6266b8efc7a6684a7e0e106249afd636 (diff) | |
download | pkgsrc-f14d1d541c2f685f9b4df69965ccedadc35900ec.tar.gz |
Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
Diffstat (limited to 'textproc/lua-expat/Makefile')
-rw-r--r-- | textproc/lua-expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/lua-expat/Makefile b/textproc/lua-expat/Makefile index 9b58193eb45..8b256e7fdb5 100644 --- a/textproc/lua-expat/Makefile +++ b/textproc/lua-expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/04 05:00:36 jlam Exp $ # DISTNAME= luaexpat-1.0a PKGNAME= ${DISTNAME:S/lua/lua-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.keplerproject.org/luaexpat/ |