diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-18 10:24:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-18 10:24:49 +0000 |
commit | 18c84c45c27d42e075277851572adfecbcf64932 (patch) | |
tree | f45cdbfb229f48fa09c260d5bc408da8228c1dd9 /textproc/lua-slnunicode | |
parent | c41521f7f32fffbcd1010fe85ae705f57ede1b4d (diff) | |
download | pkgsrc-18c84c45c27d42e075277851572adfecbcf64932.tar.gz |
No support for Lua 5.3.
Diffstat (limited to 'textproc/lua-slnunicode')
-rw-r--r-- | textproc/lua-slnunicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/lua-slnunicode/Makefile b/textproc/lua-slnunicode/Makefile index 6e3c44dd408..4b05dd86943 100644 --- a/textproc/lua-slnunicode/Makefile +++ b/textproc/lua-slnunicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/10/19 22:27:47 alnsn Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/18 10:24:49 joerg Exp $ DISTNAME= slnunicode-1.1apl1 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/phi-gamma/slnunicode/ COMMENT= Unicode library for Lua BUILD_TARGET= unicode.so -LUA_VERSIONS_INCOMPATIBLE= 51 +LUA_VERSIONS_INCOMPATIBLE= 51 53 MAKE_ENV+= LUA_EXECUTABLE=${LUA_INTERPRETER} |