Browse Source

* Use the FPMakeOptions while scanning for fpmkunit dependencies

git-svn-id: trunk@34647 -
joost 8 years ago
parent
commit
47f1359143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/src/pkgrepos.pp

+ 1 - 1
packages/fppkg/src/pkgrepos.pp

@@ -288,7 +288,7 @@ begin
   // Check for fpmkunit dependencies
   for i:=0 to high(FPMKUnitDeps) do
     begin
-      P:=GFPpkg.FindPackage(FPMKUnitDeps[i].package, pkgpkInstalled);
+      P:=GFPpkg.FPMakeRepoFindPackage(FPMKUnitDeps[i].package, pkgpkInstalled);
       if P<>nil then
         begin
           AvailP:=GFPpkg.FindPackage(FPMKUnitDeps[i].package, pkgpkAvailable);