From 4694e390102ef6c9b52b4438fb9872ce8b3577db Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 7 Aug 2020 01:44:55 +0000 Subject: Don't hard-code lua5.3 --- print/sile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/sile/Makefile b/print/sile/Makefile index 33946764995..fb18c9f02da 100644 --- a/print/sile/Makefile +++ b/print/sile/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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" -- cgit v1.2.3