summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-07 00:02:24 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-07 00:02:24 +0000
commit7cfdf83f1775bdb0a538fa9a52517aa4900a7f8c (patch)
tree123419a2c6f32d7bfe40a0186946cbbec0695957 /mail
parentAllow to build in -CURRENT. (diff)
Update pre-install test for libmcrypt shared library version. It
looks as though no PORTREVISION bump is needed here.
Notes
Notes: svn path=/head/; revision=58634
Diffstat (limited to 'mail')
-rw-r--r--mail/imp-devel/Makefile2
-rw-r--r--mail/imp3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp-devel/Makefile b/mail/imp-devel/Makefile
index 1330ad238463..3de535817eba 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 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} "" ; \