Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 15:30:41 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356506 - head/graphics/radius-engine
Message-ID:  <201406041530.s54FUfU7059524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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