synth install www/webkit-qt4

A two days ago Synth remove packages webkit-qt4 and qt5 and also deinstall them. Now I want to reinstall again and I got:
Code:
synth install www/webkit-qt4
Scanning existing packages.
After inspection, it has been determined that there are no packages that
require rebuilding; the task is therefore complete.
Stand by, recursively scanning 1 port serially.
Scanning existing packages.
Packages validated, rebuilding local repository.
Local repository successfully rebuilt
Updating Synth repository catalogue...
Synth repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
Then I tried with
Code:
synth force www/webkit-qt4
and on the end was the same: no package:
Code:
--------------------------------------------------------------------------------
--  Phase: package
--------------------------------------------------------------------------------
===>  Building package for qt4-webkit-4.8.7
file sizes/checksums    [68]: . done
packing files           [68]: . done
packing directories      [0]: . done



--------------------------------------------------
--  Termination
--------------------------------------------------
Finished: Monday, 13 FEB 2017 at 14:22:32 UTC

What should be wrong, please?

Thank you.
 
what return
pkg install -r Synth qt4-webkit ?

I did and I got:
Code:
pkg install -r Synth qt4-webkit
Updating Synth repository catalogue...
Synth repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
or
Code:
synth install -r www/webkit-qt4
Invalid port origin: '-r' 2
 
Back
Top