diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-28 19:43:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-28 19:43:49 +0000 |
commit | 2a3d311fcdb5498d2de24e5ddf49a9a8863b0ffc (patch) | |
tree | 338d76447f64b728295cf110a8c5d005635aa8cc /net/Makefile | |
parent | 34710baf1bfb74ade39a64614c01140dc8f7906f (diff) |
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port
PR: ports/117168
Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Notes
Notes:
svn path=/head/; revision=202228
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 133a4976d304..2c6637ade511 100644 --- a/net/Makefile +++ b/net/Makefile @@ -308,6 +308,7 @@ SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm + SUBDIR += lua50-luasocket SUBDIR += luasocket SUBDIR += lyntin SUBDIR += mDNSResponder |