diff options
author | alnsn <alnsn@pkgsrc.org> | 2013-10-30 07:03:36 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2013-10-30 07:03:36 +0000 |
commit | 64df2eb851fed408e82bdb4a5bc7d236a87abf8c (patch) | |
tree | 3f54e3df02269e1d856263e5b13c52a21a6d787d /lang | |
parent | e2bee4108ef6388e3f9dac3856e33a56432dda3d (diff) | |
download | pkgsrc-64df2eb851fed408e82bdb4a5bc7d236a87abf8c.tar.gz |
Build lua51 and lua52.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 03c308dd1c2..601dbce7010 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.358 2013/10/26 14:46:51 sno Exp $ +# $NetBSD: Makefile,v 1.359 2013/10/30 07:03:36 alnsn Exp $ # COMMENT= Programming languages @@ -100,7 +100,8 @@ SUBDIR+= ksi SUBDIR+= librep SUBDIR+= libtcl-nothread SUBDIR+= likepython -SUBDIR+= lua +SUBDIR+= lua51 +SUBDIR+= lua52 SUBDIR+= lush SUBDIR+= maude SUBDIR+= mawk |