From 38d29cf40d524c8fb7b287b10b037e268c35b4bd Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 20 Sep 2010 14:08:06 +0000 Subject: - 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@ --- lang/lua/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/lua') diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 846b37094c9d..c32b9a89ee52 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -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} -- cgit v1.2.3