diff options
author | knu <knu@FreeBSD.org> | 2003-05-15 01:31:46 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-05-15 01:31:46 +0800 |
commit | 5679e0cc2b44114f4d503aaec630257f6b3f1bd9 (patch) | |
tree | e5e7f7b338797fca395c20ac9bd7addc0b666197 /lang/ruby-lua | |
parent | dd91a18e027c515454ffd0355beb878fd4b2c522 (diff) | |
download | freebsd-ports-gnome-5679e0cc2b44114f4d503aaec630257f6b3f1bd9.tar.gz freebsd-ports-gnome-5679e0cc2b44114f4d503aaec630257f6b3f1bd9.tar.zst freebsd-ports-gnome-5679e0cc2b44114f4d503aaec630257f6b3f1bd9.zip |
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
Diffstat (limited to 'lang/ruby-lua')
-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 |