summaryrefslogtreecommitdiff
path: root/lang/tolua
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:07 +0000
commitc558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch)
tree90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /lang/tolua
parentUpdate to 20060503 (diff)
- Switch lua dependency to lang/lua50
Notes
Notes: svn path=/head/; revision=161274
Diffstat (limited to 'lang/tolua')
-rw-r--r--lang/tolua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile
index 4c589077c09d..02c083a00bda 100644
--- a/lang/tolua/Makefile
+++ b/lang/tolua/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/ \
MAINTAINER= edwin@mavetju.org
COMMENT= toLua: accessing C/C++ code from Lua
-LIB_DEPENDS= lua:${PORTSDIR}/lang/lua
+LIB_DEPENDS= lua:${PORTSDIR}/lang/lua50
WRKSRC= ${WRKDIR}/${PORTNAME}-5.0
USE_GMAKE= yes