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 /astro | |
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 'astro')
-rw-r--r-- | astro/celestia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 5889ad0e8988..1d038f33bd75 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -46,7 +46,7 @@ BROKEN= "Does not compile on FreeBSD 4.x" .endif .if defined(WITH_LUA) -LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua50 CONFIGURE_ARGS+= --with-lua .endif |