Hi,
I get the following error when building audio/libbs2b
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: error: Please install libsndfile.
*** Error 1 in audio/libbs2b
(/usr/ports/infrastructure/mk/bsd.port.mk:2718 'do-configure': @for d in
/usr/ports/pobj/libbs2b-3.1.0/libbs2b-...)
*** Error 1 in audio/libbs2b
(/usr/ports/infrastructure/mk/bsd.port.mk:2738
'/usr/ports/pobj/libbs2b-3.1.0/build-amd64/.configure_done')
*** Error 1 in audio/libbs2b
(/usr/ports/infrastructure/mk/bsd.port.mk:2444 'configure')
that is because libsndfile is listed as a LIB_DEBPENDS instead of a
RUN_DEPENDS in the Makefile
LIB_DEPENDS= audio/libsndfile
OK if I fix that?
Paul