Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.395 diff -U2 -r1.395 bsd.port.mk --- bsd.port.mk 22 Dec 2001 17:13:38 -0000 1.395 +++ bsd.port.mk 21 Jan 2002 18:05:14 -0000 @@ -2670,5 +2670,5 @@ depends_args="${DEPENDS_ARGS}"; \ fi; \ - if ${LDCONFIG} -r | ${GREP} -qwF -e "-l$$lib"; then \ + if ${LDCONFIG} -r | ${GREP} -qwE -e "-l$$lib"; then \ ${ECHO_MSG} "===> ${PKGNAME} depends on shared library: $$lib - found"; \ if [ ${_DEPEND_ALWAYS} = 1 ]; then \