diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/imp3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp-devel/Makefile b/mail/imp-devel/Makefile index 1330ad2..3de5358 100644 --- a/mail/imp-devel/Makefile +++ b/mail/imp-devel/Makefile @@ -198,7 +198,7 @@ pre-install: .endif .endif .if !defined(NOCRYPT) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.6"; then \ + @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.7"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \ ${ECHO_MSG} "" ; \ diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 1330ad2..3de5358 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -198,7 +198,7 @@ pre-install: .endif .endif .if !defined(NOCRYPT) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.6"; then \ + @if ! ${LDCONFIG} -r | ${GREP} -q -e "mcrypt.7"; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Please configure PHP with mcrypt support." ; \ ${ECHO_MSG} "" ; \ |