diff options
author | dholland <dholland@pkgsrc.org> | 2013-10-30 06:03:37 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-10-30 06:03:37 +0000 |
commit | 05033722779aef20ec94991fac94a042148b1fbe (patch) | |
tree | 4c22bc8d9dfdbe6bf2739e3e311e904c5106b193 /security | |
parent | 513fd21e4b691e314f2379acefece3820a459f20 (diff) | |
download | pkgsrc-05033722779aef20ec94991fac94a042148b1fbe.tar.gz |
Use LUA_PKGPREFIX. Many Lua packages already do, but not these.
Diffstat (limited to 'security')
-rw-r--r-- | security/lua-sec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lua-sec/Makefile b/security/lua-sec/Makefile index 370165f576f..900bb7a39c8 100644 --- a/security/lua-sec/Makefile +++ b/security/lua-sec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/09/13 12:17:19 fhajny Exp $ +# $NetBSD: Makefile,v 1.6 2013/10/30 06:03:38 dholland Exp $ # DISTNAME= luasec-0.4.1 @@ -14,7 +14,7 @@ LICENSE= mit .include "../../mk/bsd.prefs.mk" -DEPENDS+= lua-socket>=2.0:../../net/lua-socket +DEPENDS+= ${LUA_PKGPREFIX}-socket>=2.0:../../net/lua-socket USE_TOOLS+= gmake |