Ok, so when I try to build any app that uses cairo/GTK I get:
And when I run:
I get:
Running:
I have tried reinstalling /usr/ports/graphics/png, but the same error still occurs. I'm quite new to the whole BSD thing, and ports, so I'm unsure of how to resolve this problem
Code:
Package 'libpng12', required by 'cairo', not found
And when I run:
Code:
pkg-config --modversion libpng12
I get:
Code:
Package libpng12 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpng12.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpng12' found
Running:
Code:
pkg_info | grep 'info'
Code:
linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10)
png-1.4.1_1 Library for manipulating PNG images
I have tried reinstalling /usr/ports/graphics/png, but the same error still occurs. I'm quite new to the whole BSD thing, and ports, so I'm unsure of how to resolve this problem
