diff options
author | obache <obache> | 2013-11-05 11:26:44 +0000 |
---|---|---|
committer | obache <obache> | 2013-11-05 11:26:44 +0000 |
commit | 99541d51115325441e2d8c8d397a4f82f3176fe8 (patch) | |
tree | a5bc3aba091b464040150cd85858763315721e81 /lang/lua | |
parent | 5809bfa129184937cbef894f8ca4e0921c4fac1b (diff) | |
download | pkgsrc-99541d51115325441e2d8c8d397a4f82f3176fe8.tar.gz |
Fixes missing ":"
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/luaversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/luaversion.mk b/lang/lua/luaversion.mk index 1feaf09d713..40b6de560f0 100644 --- a/lang/lua/luaversion.mk +++ b/lang/lua/luaversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: luaversion.mk,v 1.3 2013/10/30 10:52:53 obache Exp $ +# $NetBSD: luaversion.mk,v 1.4 2013/11/05 11:26:44 obache Exp $ # This file determins which Lua version is used as a dependency for # a package. @@ -109,7 +109,7 @@ CONFLICTS+= ${PKGNAME:S/lua${_LUA_VERSION}/lua${v}/:C/-[0-9].*$/-[0-9]*/} LUA_PACKAGE= lua52 LUA_PKGSRCDIR= ../../lang/lua52 LUA_PKGPREFIX= lua52 -LUA_BASEDEPENDS= lua52>=5.2<5.3${LUA_PKGSRCDIR} +LUA_BASEDEPENDS= lua52>=5.2<5.3:${LUA_PKGSRCDIR} .elif ${_LUA_VERSION} == "51" LUA_PACKAGE= lua51 |