diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:24:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:24:34 +0000 |
commit | 9a5ab277e6df0ec27baa15fb3b6fba45769f7ed0 (patch) | |
tree | 446c0fb099e73e60d49a5334aea133f7496ba89f /mail | |
parent | upgrade to 2.5.4 (diff) |
chase mcrypt lib version
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 3fa1d15d7cc7..1b4206389c69 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -203,7 +203,7 @@ pre-install: .endif .endif .if !defined(NOCRYPT) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.7"; then \ + @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.8"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \ ${ECHO_MSG} "" ; \ |