aboutsummaryrefslogtreecommitdiffstats
path: root/mail/imp3
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-05-07 08:02:24 +0800
committertrevor <trevor@FreeBSD.org>2002-05-07 08:02:24 +0800
commitcb83b035baff3fd15c8bc54c86e7d98be429ecd4 (patch)
tree50b321870e33b4b18417fd625cad8d08a9abf083 /mail/imp3
parent51c2f1b529c1e143c117e4db436f7fd27bd05f2a (diff)
downloadfreebsd-ports-gnome-cb83b035baff3fd15c8bc54c86e7d98be429ecd4.tar.gz
freebsd-ports-gnome-cb83b035baff3fd15c8bc54c86e7d98be429ecd4.tar.zst
freebsd-ports-gnome-cb83b035baff3fd15c8bc54c86e7d98be429ecd4.zip
Update pre-install test for libmcrypt shared library version. It
looks as though no PORTREVISION bump is needed here.
Diffstat (limited to 'mail/imp3')
-rw-r--r--mail/imp3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile
index 1330ad238463..3de535817eba 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} "" ; \