Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/sile Don't hard-code lua5.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ed0b893ec8e
branches: trunk
changeset: 436630:8ed0b893ec8e
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Aug 07 01:44:55 2020 +0000
description:
Don't hard-code lua5.3
diffstat:
print/sile/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4100985dc251 -r 8ed0b893ec8e print/sile/Makefile
--- a/print/sile/Makefile Fri Aug 07 01:33:48 2020 +0000
+++ b/print/sile/Makefile Fri Aug 07 01:44:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/06 23:52:48 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/07 01:44:55 joerg Exp $
DISTNAME= sile-0.10.9
CATEGORIES= print
@@ -38,7 +38,7 @@
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
-CONFIGURE_ARGS+= LUA=${PREFIX}/bin/lua5.3
+CONFIGURE_ARGS+= LUA=${LUA_INTERPRETER}
CONFIGURE_ARGS+= --with-system-luarocks
.include "../../fonts/fontconfig/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index