diff options
author | dholland <dholland@pkgsrc.org> | 2013-10-30 06:25:15 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-10-30 06:25:15 +0000 |
commit | 0a5a3257e11aa3c152ffb816fe217aed7b30bbb4 (patch) | |
tree | cbd44234be324ae25e87af5323b7dc8485074e30 /wm | |
parent | fd9ea4f012792c77ea5720be4796bf58fdfa34a2 (diff) | |
download | pkgsrc-0a5a3257e11aa3c152ffb816fe217aed7b30bbb4.tar.gz |
Fix Lua depends.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/awesome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index 49bb6d62760..ae3a27ba529 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2013/07/22 19:47:18 degroote Exp $ +# $NetBSD: Makefile,v 1.44 2013/10/30 06:25:15 dholland Exp $ # DISTNAME= awesome-3.5.1 @@ -44,7 +44,7 @@ BUILD_DEPENDS+= asciidoc>=8.3.0:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml -DEPENDS+= lua-gi-[0-9]*:../../devel/lua-gi +DEPENDS+= ${LUA_PKGPREFIX}-gi-[0-9]*:../../devel/lua-gi LDFLAGS.SunOS+= -liconv |