diff options
author | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
commit | 57c04beb7033430b70edf713823ab1360da084a6 (patch) | |
tree | 0d1965cff36464917e8b13f19e9dc175205abec8 /lang/tolua | |
parent | 35ea1e3f5481f0aa4970badeab48cdde17a3ac0d (diff) | |
download | freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.gz freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.zst freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.zip |
- Switch lua dependency to lang/lua50
Diffstat (limited to 'lang/tolua')
-rw-r--r-- | lang/tolua/Makefile | 2 |
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 |