aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-lua
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-26 17:31:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-26 17:31:43 +0000
commit125764e022797bc1e8eaeccd7f561c0266ef7d65 (patch)
treeed90bb3bda9dac9b9fcb45cd4f5099d253c83890 /lang/fpc-lua
parentff33874530347dd4e445f19e35b8208ca470a23b (diff)
downloadports-125764e022797bc1e8eaeccd7f561c0266ef7d65.tar.gz
ports-125764e022797bc1e8eaeccd7f561c0266ef7d65.zip
Attempt to fix INDEX
With hat: portmgr
Notes
Notes: svn path=/head/; revision=355419
Diffstat (limited to 'lang/fpc-lua')
-rw-r--r--lang/fpc-lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile
index 776b2bbb49bc..267dd3bc505b 100644
--- a/lang/fpc-lua/Makefile
+++ b/lang/fpc-lua/Makefile
@@ -18,6 +18,6 @@ OPTIONS_DEFINE= LUA
LUA_DESC= Install lua library
OPTIONS_DEFAULT= LUA
-LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua
+LUA_LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51
.include "${MASTERDIR}/Makefile"