diff options
author | pav <pav@FreeBSD.org> | 2006-05-03 21:30:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-03 21:30:06 +0800 |
commit | f90c76f377604012b30ed67706b9d7e4204a23ea (patch) | |
tree | 80ce6ee90706fea09c3d6c633ecdc8003f021280 /lang/lua | |
parent | 9fc8edc6bf86ea46ec2dcaac31aeb97c990424be (diff) | |
download | freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.tar.gz freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.tar.zst freebsd-ports-gnome-f90c76f377604012b30ed67706b9d7e4204a23ea.zip |
- Make the lua ports conflict each another
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index c450519a98dc..9801b647d43b 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -22,6 +22,8 @@ MAN1= lua.1 luac.1 MAKE_ARGS= bsd +CONFLICTS= lua-4* lua-5.0* + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |