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/fillets-ng | |
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/fillets-ng')
-rw-r--r-- | games/fillets-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |