diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:24:34 +0800 |
commit | 4a8d0b9fec46fd98eae3a715b7f96270c80df575 (patch) | |
tree | b75d7367a1d986a1f0f2e28df47f1bbf3e018433 /mail | |
parent | 2dbae2e962303a1e0e64275195b6173422415ceb (diff) | |
download | freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.gz freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.tar.zst freebsd-ports-gnome-4a8d0b9fec46fd98eae3a715b7f96270c80df575.zip |
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} "" ; \ |