diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-14 09:08:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-14 09:08:11 +0000 |
commit | 77d04b6928ff52597c51faad4acd3a33e393c932 (patch) | |
tree | 0d91dddc2d36d3ae6e55101ea28f65405c9c0e8a /devel/Makefile | |
parent | 0c3b7accc5307b87ee1c8cb1c166a12adf9eff09 (diff) | |
download | pkgsrc-77d04b6928ff52597c51faad4acd3a33e393c932.tar.gz |
Add lua-posix.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 11782bb0229..1566798b154 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1775 2013/09/13 13:00:25 taca Exp $ +# $NetBSD: Makefile,v 1.1776 2013/09/14 09:08:11 ryoon Exp $ # COMMENT= Development utilities @@ -222,6 +222,7 @@ SUBDIR+= gdb SUBDIR+= gdb6 SUBDIR+= gdbus-codegen SUBDIR+= gdl +SUBDIR+= gdl3 SUBDIR+= geany SUBDIR+= generate SUBDIR+= gentle @@ -455,6 +456,7 @@ SUBDIR+= lua-lrexlib-pcre SUBDIR+= lua-lrexlib-posix SUBDIR+= lua-mode SUBDIR+= lua-penlight +SUBDIR+= lua-posix SUBDIR+= lua-stdlib SUBDIR+= lua-stdlib-doc SUBDIR+= lutok |