diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-03 04:29:24 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-03 04:29:24 +0000 |
commit | fbd0c793ae21de45f596b89dd0d1944b8cd7350f (patch) | |
tree | 6384bdeb2f7ffc7284e5cf6f36536cb61a6994fe /lang/lua | |
parent | a36ff997beba398a41e003ccdb86284af9e916d5 (diff) | |
download | pkgsrc-fbd0c793ae21de45f596b89dd0d1944b8cd7350f.tar.gz |
Belated revbump for Makefile rev 1.45 (from January), which changed
the linkage of the package and gives me a non-broken liblua.so on
current. The one I had around from sometime last year had broken
compatibility references in it.
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index f2f21b22ba7..96cdd620fe4 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2011/03/11 12:44:30 zafer Exp $ +# $NetBSD: Makefile,v 1.47 2011/10/03 04:29:24 dholland Exp $ DISTNAME= lua-${LUA_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.gwdg.de/pub/languages/lua/ \ |