diff options
author | joerg <joerg@pkgsrc.org> | 2014-02-24 16:11:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-02-24 16:11:37 +0000 |
commit | 4b0e223b2d3013bba7f00c9205cc733bc420f5f7 (patch) | |
tree | 3068bf8a9fad7c3a8d1ce0ba655d70bfd98e3756 | |
parent | 81b57c8234966da97d4ef2cf7df3a53ecab9a1a0 (diff) | |
download | pkgsrc-4b0e223b2d3013bba7f00c9205cc733bc420f5f7.tar.gz |
Doesn't support Lua 5.2.
-rw-r--r-- | security/libprelude-lua/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libprelude-lua/Makefile b/security/libprelude-lua/Makefile index 6cc07770adb..e80aff4acd7 100644 --- a/security/libprelude-lua/Makefile +++ b/security/libprelude-lua/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2014/01/01 11:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/02/24 16:11:37 joerg Exp $ PKGNAME= libprelude-lua-${VERSION} PKGREVISION= 7 COMMENT= Lua bindings to LibPrelude +LUA_VERSIONS_ACCEPTED= 51 + .include "../../security/libprelude/Makefile.common" CONFIGURE_ARGS+= --with-lua |