pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/awesome Fix Lua depends.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f7d6392735b
branches:  trunk
changeset: 626013:7f7d6392735b
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Oct 30 06:25:15 2013 +0000

description:
Fix Lua depends.

diffstat:

 wm/awesome/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ada5701e3de4 -r 7f7d6392735b wm/awesome/Makefile
--- a/wm/awesome/Makefile       Wed Oct 30 06:24:57 2013 +0000
+++ b/wm/awesome/Makefile       Wed Oct 30 06:25:15 2013 +0000
@@ -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+=        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
 



Home | Main Index | Thread Index | Old Index