The error message is:
however, there is no gdk-pixbuf-2.0 in ports:
Sincerely!
Code:
configure: error: Package requirements (glib-2.0 >= 2.25.10 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0)
were not met:
Requested 'gdk-pixbuf-2.0 >= 2.21.0' but version of GdkPixbuf is 2.20.1
however, there is no gdk-pixbuf-2.0 in ports:
Code:
>pkg_info | grep -i "^glib"
glib-1.2.10_13 Some useful routines of C programming (previous stable vers
glib-2.26.1 Some useful routines of C programming (current stable versi
>pkg_info | grep -i "^atk"
atk-1.32.0 A GNOME accessibility toolkit (ATK)
>pkg_info | grep -i "^pango"
pango-1.28.3 An open-source framework for the layout and rendering of i1
>pkg_info | grep -i "^cairo"
cairo-1.10.0_3,1 Vector graphics library with cross-device output support
>pkg_info | grep -i gdk-pixbuf
gdk-pixbuf-0.22.0_11 A graphic library for GTK+
Sincerely!