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