pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-gi



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 14:52:24 UTC 2020

Modified Files:
        pkgsrc/devel/lua-gi: Makefile

Log Message:
lua-gi: add LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/lua-gi/Makefile

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

Modified files:

Index: pkgsrc/devel/lua-gi/Makefile
diff -u pkgsrc/devel/lua-gi/Makefile:1.11 pkgsrc/devel/lua-gi/Makefile:1.12
--- pkgsrc/devel/lua-gi/Makefile:1.11   Sun Mar  8 16:42:25 2020
+++ pkgsrc/devel/lua-gi/Makefile        Tue Jun 30 14:52:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/03/08 16:42:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2020/06/30 14:52:24 nia Exp $
 
 DISTNAME=      lgi-${VERSION}
 PKGNAME=       ${LUA_PKGPREFIX}-gi-${VERSION}
@@ -19,6 +19,8 @@ USE_TOOLS+=   pkg-config gmake
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   LUA_VERSION=${_LUA_DOT_VERSION}
 
+LUA_VERSIONS_ACCEPTED= 53 52 51
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"



Home | Main Index | Thread Index | Old Index