diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-08-05 20:37:35 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-08-05 20:37:35 +0000 |
commit | 03b1cffca762aa2a121124730b69506209007236 (patch) | |
tree | db46da53bf3bd2a89397b2d274a295934b62750e /lang/lua52 | |
parent | 73b4451cc58f854fe145cd570559a3ea469f68b5 (diff) | |
download | ports-03b1cffca762aa2a121124730b69506209007236.tar.gz ports-03b1cffca762aa2a121124730b69506209007236.zip |
Notes
Diffstat (limited to 'lang/lua52')
-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} |