diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 19:12:54 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-12-25 19:12:54 +0000 |
| commit | 160bfca40e2b669d95b322d44df90e07a1bc67d0 (patch) | |
| tree | 340fb2b9eaa2cc413313e3f4c0d73e10da3621a2 | |
| parent | Re-add ruby-lua4, which was updated with ruby-lua to support lua 5.x. (diff) | |
Add a CONFLICTS entry with ruby-lua4.
Switch BUILD_DEPENDS to LIB_DEPENDS not to confuse lua with lua4.
| -rw-r--r-- | lang/ruby-lua/Makefile | 6 |
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 |
