diff options
Diffstat (limited to 'devel/lua-posix/Makefile')
-rw-r--r-- | devel/lua-posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lua-posix/Makefile b/devel/lua-posix/Makefile index 0e10e63b3bbc..26bfcb0a2000 100644 --- a/devel/lua-posix/Makefile +++ b/devel/lua-posix/Makefile @@ -14,7 +14,7 @@ DISTFILES= lposix.tar.gz MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= A POSIX layer for Lua -BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua +BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua50 WRKSRC= ${WRKDIR}/posix |