diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:30:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-03 13:30:06 +0000 |
commit | 11a6b0289381c695467b1f0120b92a0111be82df (patch) | |
tree | a5b8a41e6ec98a3a9f2b20c4194b13789da39a48 /lang/lua50/Makefile | |
parent | 659ecbd0b85666c9f90f3ec9bf1b60763cb10708 (diff) |
Notes
Diffstat (limited to 'lang/lua50/Makefile')
-rw-r--r-- | lang/lua50/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index 1116c58815df..253e5b3e9593 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/Makefile @@ -25,6 +25,8 @@ ALL_TARGET= all so INSTALL_TARGET= install soinstall INSTALLS_SHLIB= YES +CONFLICTS= lua-4* lua-5.1* + do-configure: ${REINPLACE_CMD} \ -e 's|^\(MYCFLAGS=\).*$$|\1 ${CFLAGS}|' \ |