aboutsummaryrefslogtreecommitdiff
path: root/astro/celestia
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:25:07 +0000
commitc558673f0bec6616efdfc5b86b5a243ba44e7a50 (patch)
tree90afa9b01d27a27562cef2bfc7c5d7598196f5d1 /astro/celestia
parente7763f2d4ff246a14ef6b9c754aa5f05968c3c7e (diff)
downloadports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.tar.gz
ports-c558673f0bec6616efdfc5b86b5a243ba44e7a50.zip
- Switch lua dependency to lang/lua50
Notes
Notes: svn path=/head/; revision=161274
Diffstat (limited to 'astro/celestia')
-rw-r--r--astro/celestia/Makefile2
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