aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tolua++50
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-03 21:25:07 +0800
committerpav <pav@FreeBSD.org>2006-05-03 21:25:07 +0800
commit57c04beb7033430b70edf713823ab1360da084a6 (patch)
tree0d1965cff36464917e8b13f19e9dc175205abec8 /lang/tolua++50
parent35ea1e3f5481f0aa4970badeab48cdde17a3ac0d (diff)
downloadfreebsd-ports-graphics-57c04beb7033430b70edf713823ab1360da084a6.tar.gz
freebsd-ports-graphics-57c04beb7033430b70edf713823ab1360da084a6.tar.zst
freebsd-ports-graphics-57c04beb7033430b70edf713823ab1360da084a6.zip
- Switch lua dependency to lang/lua50
Diffstat (limited to 'lang/tolua++50')
-rw-r--r--lang/tolua++50/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tolua++50/Makefile b/lang/tolua++50/Makefile
index 2775f1396d7..e6d1d950c89 100644
--- a/lang/tolua++50/Makefile
+++ b/lang/tolua++50/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= aaron@FreeBSD.org
COMMENT= An extended version of tolua, a tool to integrate C/C++ code with Lua
BUILD_DEPENDS= ${LOCALBASE}/bin/scons:${PORTSDIR}/devel/scons
-LIB_DEPENDS= lua:${PORTSDIR}/lang/lua
+LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50
WRKSRC= ${WRKDIR}/tolua++-${PORTVERSION}
USE_BZIP2= yes