diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-07-25 20:10:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-07-25 20:10:50 +0000 |
commit | 9021e9237f31ffa66b9df93cbaa3ec80512a1ee6 (patch) | |
tree | 20931edbcf4029f1b32b7361869a053789c58099 /devel/lua-stdlib | |
parent | 4ebc9515ecc1353df3164887b5197ecc528c77d5 (diff) | |
download | pkgsrc-9021e9237f31ffa66b9df93cbaa3ec80512a1ee6.tar.gz |
Dependency on lua-lrexlib-pcre was added.
This fixes PR 45169 by Luke Mewburn.
Approved by lukem@
Diffstat (limited to 'devel/lua-stdlib')
-rw-r--r-- | devel/lua-stdlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lua-stdlib/Makefile b/devel/lua-stdlib/Makefile index 7af882cc916..d189ee8e6e0 100644 --- a/devel/lua-stdlib/Makefile +++ b/devel/lua-stdlib/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/12 01:45:01 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/25 20:10:50 cheusov Exp $ .include "../../devel/lua-stdlib/Makefile.common" PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib/} - +PKGREVISION= 1 COMMENT= Standard library for Lua programming language +DEPENDS+= lua-lrexlib-pcre-[0-9]*:../../devel/lua-lrexlib-pcre INSTALLATION_DIRS+= ${LUA_LDIR} .include "../../lang/lua/module.mk" |