diff options
author | alnsn <alnsn> | 2016-06-06 21:33:31 +0000 |
---|---|---|
committer | alnsn <alnsn> | 2016-06-06 21:33:31 +0000 |
commit | 51f8152f5dc45e45f40371a927263225b8efc115 (patch) | |
tree | 015867a40477ce8c1621eaecf79f6fdf835b54fb | |
parent | 8d3b96fca12a6c098b601039b5333b16482faff7 (diff) | |
download | pkgsrc-51f8152f5dc45e45f40371a927263225b8efc115.tar.gz |
Add lua-rocks.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 705947bc426..4ec103e547c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2272 2016/06/05 12:48:13 wen Exp $ +# $NetBSD: Makefile,v 1.2273 2016/06/06 21:33:31 alnsn Exp $ # COMMENT= Development utilities @@ -614,6 +614,7 @@ SUBDIR+= lua-lrexlib-posix SUBDIR+= lua-mode SUBDIR+= lua-penlight SUBDIR+= lua-posix +SUBDIR+= lua-rocks SUBDIR+= lua-stdlib SUBDIR+= lutok SUBDIR+= lwp |