diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template index e12ec33bfd3..72b14bb584a 100644 --- a/srcpkgs/cross-x86_64-w64-mingw32/template +++ b/srcpkgs/cross-x86_64-w64-mingw32/template @@ -15,7 +15,7 @@ makedepends="zlib-devel" # it's ok to build with current's -devel packages # although it might break the package during compiler updates #makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel isl15-devel" -depends="${pkgname}-crt-${version}_${revision}" +depends="cross-x86_64-w64-mingw32-crt-${version}_${revision}" short_desc="Cross toolchain for Win64 (GCC ${_gcc_version})" maintainer="Aleksey Tulinov " license="GPL-2.0-or-later, GPL-3.0-or-later, ZPL-2.1" @@ -278,7 +278,7 @@ cross-x86_64-w64-mingw32-crt_package() { cross-i686-w64-mingw32_package() { short_desc="Cross toolchain for Win32 (GCC ${_gcc_version})" - depends="${pkgname}-crt-${version}_${revision}" + depends="cross-i686-w64-mingw32-crt-${version}_${revision}" nopie=yes nodebug=yes noverifyrdeps=yes