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 /games | |
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 'games')
-rw-r--r-- | games/alephone/Makefile | 2 | ||||
-rw-r--r-- | games/fillets-ng/Makefile | 2 | ||||
-rw-r--r-- | games/stratagus/Makefile | 2 | ||||
-rw-r--r-- | games/xmoto/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index c10d388146e2..457e78b9a102 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -17,7 +17,7 @@ COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ - lua.5:${PORTSDIR}/lang/lua + lua.5:${PORTSDIR}/lang/lua50 USE_X_PREFIX= yes USE_GNOME= gnometarget diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index 0525f74f9557..c52baa160ea8 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= amdmi3@mail.ru COMMENT= A wonderful puzzle game -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 USE_SDL= sdl mixer image ttf USE_GMAKE= yes diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index 3c1110bd4ccc..2ae1d9462f9f 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -17,7 +17,7 @@ MAINTAINER= tlp@liquidx.org COMMENT= Free cross-platform real-time strategy gaming engine LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - lua.5:${PORTSDIR}/lang/lua + lua.5:${PORTSDIR}/lang/lua50 USE_SDL= yes USE_XLIB= yes diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 9bacefe05b36..f64ea62eabbf 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -18,7 +18,7 @@ COMMENT= Challenging 2D motocross platform game LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - lua.5:${PORTSDIR}/lang/lua + lua.5:${PORTSDIR}/lang/lua50 BUILD_DEPENDS= ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode GNU_CONFIGURE= yes |