pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/sile



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug  7 01:44:55 UTC 2020

Modified Files:
        pkgsrc/print/sile: Makefile

Log Message:
Don't hard-code lua5.3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/sile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.1 pkgsrc/print/sile/Makefile:1.2
--- pkgsrc/print/sile/Makefile:1.1      Thu Aug  6 23:52:48 2020
+++ pkgsrc/print/sile/Makefile  Fri Aug  7 01:44:55 2020
@@ -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"



Home | Main Index | Thread Index | Old Index