diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 08:58:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-20 08:58:21 +0000 |
commit | ea6082d3cbcc60a4c3924c6db3114cd5e5cdf458 (patch) | |
tree | 64e3e7b102d393f369f90a04bdcab8fdb3ae3165 /net/luasocket/Makefile | |
parent | 9e851364699283297ef3d5d5f1c4c9971e47fa34 (diff) | |
download | ports-ea6082d3cbcc60a4c3924c6db3114cd5e5cdf458.tar.gz ports-ea6082d3cbcc60a4c3924c6db3114cd5e5cdf458.zip |
Notes
Diffstat (limited to 'net/luasocket/Makefile')
-rw-r--r-- | net/luasocket/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index 47a13908f0e1..57acda30f23b 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -7,6 +7,7 @@ PORTNAME= luasocket PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://luaforge.net/frs/download.php/1097/ @@ -14,6 +15,8 @@ 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 \ + ${LOCALBASE}/share/lua/5.0/compat-5.1.lua:${PORTSDIR}/devel/lua50-compat51 USE_GMAKE= yes |