diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
commit | c558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch) | |
tree | 90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /net/luasocket | |
parent | e7763f2d4ff246a14ef6b9c754aa5f05968c3c7e (diff) | |
download | ports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.tar.gz ports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.zip |
Notes
Diffstat (limited to 'net/luasocket')
-rw-r--r-- | net/luasocket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index 57acda30f23b..e780e68ede3a 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://luaforge.net/frs/download.php/1097/ MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= IPv4 Sockets support for the Lua language -BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua -RUN_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua \ +BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50 +RUN_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50 \ ${LOCALBASE}/share/lua/5.0/compat-5.1.lua:${PORTSDIR}/devel/lua50-compat51 USE_GMAKE= yes |