pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-collection-basic Fix Lua depends for lua-alt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67163ec24fca
branches:  trunk
changeset: 626011:67163ec24fca
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Oct 30 06:24:36 2013 +0000

description:
Fix Lua depends for lua-alt-getopt.

XXX: Since as far as I can tell the Lua in luatex does not use pkgsrc
XXX: Lua but instead (I guess) an included copy, it isn't entirely clear
XXX: if the arrangement here will continue to work. Or if it ever did.

diffstat:

 print/tex-collection-basic/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 73ca7a174fd4 -r 67163ec24fca print/tex-collection-basic/Makefile
--- a/print/tex-collection-basic/Makefile       Wed Oct 30 06:22:26 2013 +0000
+++ b/print/tex-collection-basic/Makefile       Wed Oct 30 06:24:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/12/25 05:44:34 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2013/10/30 06:24:36 dholland Exp $
 
 DISTNAME=      collection-basic
 PKGNAME=       tex-${DISTNAME}-2010.${TEXLIVE_REV}
@@ -27,7 +27,7 @@
 DEPENDS+=      tex-ifluatex>=1.3:../../print/tex-ifluatex
 DEPENDS+=      tex-ifxetex>=0.6:../../print/tex-ifxetex
 DEPENDS+=      tex-kpathsea>=2010:../../print/tex-kpathsea
-DEPENDS+=      lua-alt-getopt>=0.7.0:../../devel/lua-alt-getopt
+DEPENDS+=      ${LUA_PKGPREFIX}-alt-getopt>=0.7.0:../../devel/lua-alt-getopt
 DEPENDS+=      tex-luatex>=0.60.1:../../print/tex-luatex
 DEPENDS+=      tex-makeindex>=2.12:../../textproc/tex-makeindex
 DEPENDS+=      tex-metafont>=2009nb1:../../fonts/tex-metafont
@@ -48,4 +48,5 @@
 
 META_PACKAGE=  yes
 
+.include "../../lang/lua/luaversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index