diff options
Diffstat (limited to 'mail/cyrus-imapd24/Makefile')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index a211f6832660..5f6718348df4 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -87,7 +87,7 @@ OPTIONS= BDB_3 "Use BerkeleyDB v3" off \ BDB_43 "Use BerkeleyDB v4.3" off \ BDB_44 "Use BerkeleyDB v4.4" on .else -IGNORE= "WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" +IGNORE= "cannot install: WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" .endif OPTIONS+= DRAC "Enable DRAC support" off |