Solved [Solved] could not find package pkg-config-0.25_1

I'm trying to install php5:
Code:
===>  Installing for php55-5.5.11_1
===>   php55-5.5.11_1 depends on shared library: libpcre.so - found
===>   php55-5.5.11_1 depends on shared library: libxml2.so - found
===>  Checking if lang/php55 already installed
pkg_add: could not find package pkg-config-0.25_1 !
*** Error code 1

Stop in /usr/ports/lang/php55.
*** Error code 1

Stop in /usr/ports/lang/php55.

I have tried portmaster -o devel/pkgconf devel/pkg-config but nothing helped. Any ideas?
 
Re: could not find package pkg-config-0.25_1

I did it before. But when I started to check everything I found that I forgot to add
Code:
WITH_PKGNG=	yes
after deleting
Code:
WITHout_PKGNG=	yes
in /etc/make.conf.

Solved. Thanks!
 
Back
Top