diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-27 01:31:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-27 01:31:43 +0800 |
commit | 13a6593c4004535b1bedebb7654a71385f1290eb (patch) | |
tree | ed90bb3bda9dac9b9fcb45cd4f5099d253c83890 /lang/fpc-lua | |
parent | e27a35bd52269d1db7c374392b75b30f2eb48a8e (diff) | |
download | freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.tar.gz freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.tar.zst freebsd-ports-gnome-13a6593c4004535b1bedebb7654a71385f1290eb.zip |
Attempt to fix INDEX
With hat: portmgr
Diffstat (limited to 'lang/fpc-lua')
-rw-r--r-- | lang/fpc-lua/Makefile | 2 |
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" |