svn commit: r356506 - head/graphics/radius-engine

Rusmir Dusko nemysis at FreeBSD.org
Wed Jun 4 15:30:41 UTC 2014


Author: nemysis
Date: Wed Jun  4 15:30:41 2014
New Revision: 356506
URL: http://svnweb.freebsd.org/changeset/ports/356506
QAT: https://qat.redports.org/buildarchive/r356506/

Log:
  - Change to use lang/lua51 instead of lang/lua, unbreak INDEX
  
  Reported by:	cperciva@

Modified:
  head/graphics/radius-engine/Makefile

Modified: head/graphics/radius-engine/Makefile
==============================================================================
--- head/graphics/radius-engine/Makefile	Wed Jun  4 15:03:34 2014	(r356505)
+++ head/graphics/radius-engine/Makefile	Wed Jun  4 15:30:41 2014	(r356506)
@@ -12,7 +12,7 @@ COMMENT=	Lua script-based 2D engine buil
 
 LICENSE=	MIT
 
-LIB_DEPENDS=	liblua-5.1.so:${PORTSDIR}/lang/lua \
+LIB_DEPENDS=	liblua-5.1.so:${PORTSDIR}/lang/lua51 \
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libphysfs.so.1:${PORTSDIR}/devel/physfs
 


More information about the svn-ports-head mailing list