summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-08-07 01:44:55 +0000
committerjoerg <joerg@pkgsrc.org>2020-08-07 01:44:55 +0000
commit4694e390102ef6c9b52b4438fb9872ce8b3577db (patch)
tree6ecfa54975fb3add592d420fc6fed4fd5b431980 /print
parent213b4009585fd7d8754fe8aaa95560440c8551d1 (diff)
downloadpkgsrc-4694e390102ef6c9b52b4438fb9872ce8b3577db.tar.gz
Don't hard-code lua5.3
Diffstat (limited to 'print')
-rw-r--r--print/sile/Makefile4
1 files changed, 2 insertions, 2 deletions
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"