pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/lua-expat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 19 08:22:24 UTC 2023

Modified Files:
        pkgsrc/textproc/lua-expat: Makefile

Log Message:
lua-expat: requires expat 2.4 or newer


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/lua-expat/Makefile

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

Modified files:

Index: pkgsrc/textproc/lua-expat/Makefile
diff -u pkgsrc/textproc/lua-expat/Makefile:1.25 pkgsrc/textproc/lua-expat/Makefile:1.26
--- pkgsrc/textproc/lua-expat/Makefile:1.25     Fri Mar 31 00:43:21 2023
+++ pkgsrc/textproc/lua-expat/Makefile  Wed Apr 19 08:22:24 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/03/31 00:43:21 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.26 2023/04/19 08:22:24 wiz Exp $
 
 DISTNAME=      luaexpat-1.5.1
 PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
@@ -26,6 +25,7 @@ BUILD_TARGET= lib
 
 INSTALLATION_DIRS=     ${LUA_CDIR} ${LUA_LDIR}/lxp
 
+BUILDLINK_API_DEPENDS.expat+=  expat>=2.4
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index