svn commit: r355411 - head/devel/love07

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:25:24 UTC 2014


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}


More information about the svn-ports-all mailing list