diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:25:07 +0000 |
commit | c558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch) | |
tree | 90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /games/alephone | |
parent | e7763f2d4ff246a14ef6b9c754aa5f05968c3c7e (diff) | |
download | ports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.tar.gz ports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.zip |
- Switch lua dependency to lang/lua50
Notes
Notes:
svn path=/head/; revision=161274
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 |