diff options
author | alnsn <alnsn@pkgsrc.org> | 2016-06-05 09:57:12 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2016-06-05 09:57:12 +0000 |
commit | f0c39128fc9126074ba4702892bf6ef6c15144ee (patch) | |
tree | f46f193a07c792b2752ef74e9f1af4eeffc7ed00 /devel | |
parent | 42b87cd190b079ba7b1af41917bb3a44f9e65f2d (diff) | |
download | pkgsrc-f0c39128fc9126074ba4702892bf6ef6c15144ee.tar.gz |
Add lua-coxpcall.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8f8061c09cf..9e8f087a9d9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2270 2016/06/02 05:02:23 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2271 2016/06/05 09:57:12 alnsn Exp $ # COMMENT= Development utilities @@ -602,6 +602,7 @@ SUBDIR+= lokalize SUBDIR+= ltsa SUBDIR+= lua-BitOp SUBDIR+= lua-alt-getopt +SUBDIR+= lua-coxpcall SUBDIR+= lua-filesystem SUBDIR+= lua-gi SUBDIR+= lua-ljsyscall |