aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby-lua
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-12-26 03:12:54 +0800
committerknu <knu@FreeBSD.org>2004-12-26 03:12:54 +0800
commit45658fba4332ae12404074cacdac75787b423fdb (patch)
tree6dbd7ddc41e6869d8093551fad14693ecef7b741 /lang/ruby-lua
parent7d8b63d42c87c1866328577031d3fe0943fa9414 (diff)
downloadfreebsd-ports-gnome-45658fba4332ae12404074cacdac75787b423fdb.tar.gz
freebsd-ports-gnome-45658fba4332ae12404074cacdac75787b423fdb.tar.zst
freebsd-ports-gnome-45658fba4332ae12404074cacdac75787b423fdb.zip
Add a CONFLICTS entry with ruby-lua4.
Switch BUILD_DEPENDS to LIB_DEPENDS not to confuse lua with lua4.
Diffstat (limited to 'lang/ruby-lua')
-rw-r--r--lang/ruby-lua/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile
index b3ca65d9c833..de9b119a802b 100644
--- a/lang/ruby-lua/Makefile
+++ b/lang/ruby-lua/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: Ruby/Lua
+# New ports collection makefile for: Ruby/Lua5
# Date created: 30 August 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
@@ -17,7 +17,9 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby extension to make Lua script language as a class
-BUILD_DEPENDS= ${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua
+LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua
+
+CONFLICTS= ${RUBY_PKGNAMEPREFIX}lua4-[0-9]*
USE_RUBY= yes
USE_RUBY_SETUP= yes