diff options
Diffstat (limited to 'lang/lua52/Makefile')
-rw-r--r-- | lang/lua52/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile index 519cda30bca9..a8d4ed9d2832 100644 --- a/lang/lua52/Makefile +++ b/lang/lua52/Makefile @@ -3,6 +3,7 @@ PORTNAME= lua PORTVERSION= 5.2.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ @@ -30,7 +31,7 @@ MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" \ MYCFLAGS="${CFLAGS}" MYLDFLAGS="${LDFLAGS}" # liblua.so requires libm, so make sure it has an explicit dependency # so that applications need not second-guess lua's dependencies. -LDFLAGS+= -lm +LDFLAGS+= -lm -pthread MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |