summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-11-05 11:26:44 +0000
committerobache <obache@pkgsrc.org>2013-11-05 11:26:44 +0000
commit1383336c5bc5abee57c80757a107709ea1955381 (patch)
treea5bc3aba091b464040150cd85858763315721e81 /lang
parent7b53caf928adcc874f9a60ac17092675cc9ba17b (diff)
downloadpkgsrc-1383336c5bc5abee57c80757a107709ea1955381.tar.gz
Fixes missing ":"
Diffstat (limited to 'lang')
-rw-r--r--lang/lua/luaversion.mk4
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