diff options
author | gdt <gdt@pkgsrc.org> | 2022-05-12 12:32:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-05-12 12:32:49 +0000 |
commit | 4df04d35b6dd23713a0ee66943dc374f65516ad4 (patch) | |
tree | b7e4f1a844efcec1266f4ba7deb34228611c31d6 /lang/lua53 | |
parent | 7a142edd06ed0a04f98e85fa84ec42812699990f (diff) | |
download | pkgsrc-4df04d35b6dd23713a0ee66943dc374f65516ad4.tar.gz |
lang/lua53: Explain why theere is no builtin.mk
Diffstat (limited to 'lang/lua53')
-rw-r--r-- | lang/lua53/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index daeb57d0fd2..ee47eebdcc3 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/07/02 10:15:20 nia Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/12 12:32:49 gdt Exp $ DISTNAME= lua-${LUA_VERSION} PKGNAME= lua53-${LUA_VERSION} @@ -11,6 +11,10 @@ HOMEPAGE= https://www.lua.org/ COMMENT= Lightweight, embeddable scripting language (v5.3) LICENSE= mit +# Note that there is no builtin.mk for lua on purpose, roughly because +# installing extension modules from pkgsrc would not work well with +# base system lua. + .include "../../lang/lua53/version.mk" CONFLICTS+= lua-[0-9]* |