summaryrefslogtreecommitdiff
path: root/lang/lua50
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:30:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-03 13:30:06 +0000
commit11a6b0289381c695467b1f0120b92a0111be82df (patch)
treea5b8a41e6ec98a3a9f2b20c4194b13789da39a48 /lang/lua50
parent- Update to 5.1 (diff)
- Make the lua ports conflict each another
Notes
Notes: svn path=/head/; revision=161276
Diffstat (limited to 'lang/lua50')
-rw-r--r--lang/lua50/Makefile2
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}|' \