Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 16:25:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355411 - head/devel/love07
Message-ID:  <201405261625.s4QGPN80031141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 26 16:25:23 2014
New Revision: 355411
URL: http://svnweb.freebsd.org/changeset/ports/355411
QAT: https://qat.redports.org/buildarchive/r355411/

Log:
  Fix build with new lua 5.1

Modified:
  head/devel/love07/Makefile

Modified: head/devel/love07/Makefile
==============================================================================
--- head/devel/love07/Makefile	Mon May 26 16:17:43 2014	(r355410)
+++ head/devel/love07/Makefile	Mon May 26 16:25:23 2014	(r355411)
@@ -23,7 +23,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 
 PORTSCOUT=	limit:^0\.7\.
 
-USES=		gmake openal dos2unix lua:41
+USES=		gmake openal dos2unix lua:51
 USE_SDL=	sdl mixer
 USE_GL=		gl glu
 GNU_CONFIGURE=	yes
@@ -46,6 +46,7 @@ OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \
+		-e "s/lua5.1/lua-${LUA_VER}/g" \
 		${WRKSRC}/configure
 
 .if ${PORT_OPTIONS:MDOCS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261625.s4QGPN80031141>