diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-09 15:52:35 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-09 15:52:35 +0000 |
commit | 7b12758aca464ca923920cdbf80bb32f9e687ea9 (patch) | |
tree | 9a179f6c20c86e766d9db0667d7160840b260ca9 /mail/dspam | |
parent | japanese/xdvik now looks for files in $TEXMF*/xdvi/ptex first, (diff) |
Fix mysql/neural-combination
PR: ports/76920
Submitted by: Thomas T. Veldhouse, maintainer
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index d1f0a974a147..7b8850e19f47 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -479,7 +479,7 @@ pre-configure: @${ECHO_CMD} "You can use one and only one database back-end at once." @${FALSE} .endif -.if defined(WITH_NEURAL_NET) && !(defined(HAVE_MYSQL) || defined(WITH_POSTGRESQL)) +.if defined(WITH_NEURAL_NET) && !(defined(USE_MYSQL) || defined(WITH_POSTGRESQL)) @${ECHO_CMD} "You need MySQL or POSTGRESQL to use neural networking." @${FALSE} .endif |