pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-posix



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 11 14:33:00 UTC 2020

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

Log Message:
lua-posix: use bit32


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/lua-posix/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-posix/Makefile
diff -u pkgsrc/devel/lua-posix/Makefile:1.18 pkgsrc/devel/lua-posix/Makefile:1.19
--- pkgsrc/devel/lua-posix/Makefile:1.18        Thu Jul  2 10:26:18 2020
+++ pkgsrc/devel/lua-posix/Makefile     Sat Jul 11 14:33:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/07/02 10:26:18 nia Exp $
+# $NetBSD: Makefile,v 1.19 2020/07/11 14:33:00 nia Exp $
 
 DISTNAME=      luaposix-34.1.1
 PKGNAME=       ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
@@ -21,7 +21,7 @@ INSTALLATION_DIRS+=   ${LUA_LDIR} ${LUA_CD
 DEPENDS+=      ${LUA_PKGPREFIX}-std-normalize-[0-9]*:../../devel/lua-std-normalize
 DEPENDS+=      ${LUA_PKGPREFIX}-std-_debug-[0-9]*:../../devel/lua-std-_debug
 .if ${LUA_PKGPREFIX} == "lua51"
-DEPENDS+=      lua51-bitlib-[0-9]*:../../devel/lua-bitlib
+DEPENDS+=      lua51-bit32-[0-9]*:../../devel/lua-bit32
 .endif
 
 LIBFLAG+=      ${LDFLAGS} -shared -fPIC



Home | Main Index | Thread Index | Old Index