From 13a6593c4004535b1bedebb7654a71385f1290eb Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 26 May 2014 17:31:43 +0000 Subject: Attempt to fix INDEX With hat: portmgr --- lang/fpc-lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/fpc-lua') 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" -- cgit