- Make lua respect CFLAGS= defined on /etc/make.conf and still plus -fPIC on
necessary archs. - Remove unecessary dependency gmake - Bump PORTREVISION because of gmake removal Thanks to: johans@
This commit is contained in:
parent
faa7baed7a
commit
38d29cf40d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261488
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= lua
|
||||
PORTVERSION= 5.1.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.lua.org/ftp/ \
|
||||
ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
|
||||
|
@ -30,7 +30,7 @@ USE_GNOME= pkgconfig
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
|
||||
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
|
||||
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}
|
||||
|
|
Loading…
Reference in a new issue