diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-05-14 17:31:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-05-14 17:31:46 +0000 |
commit | 8ed973387416783b2c3bdc1e1b38851836918e33 (patch) | |
tree | b8e7267f821854f66a6619028c9b8418b7eb225e /lang | |
parent | Remove some dead Mirrors from MASTER_SITE_GNUPG. (diff) |
Seems someone forgot to update this dependency line when updating
lang/lua to the latest version, which API is incompatible with 4.0.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=80988
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 4f1041a20b6e..b5574fb5f530 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -17,7 +17,7 @@ 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 +BUILD_DEPENDS= ${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua4 USE_ZIP= yes |