summaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl2
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-28 12:16:05 +0000
committerume <ume@FreeBSD.org>2003-08-28 12:16:05 +0000
commit4767a948cefd4bb4d34a811104b7e773e2b07a37 (patch)
tree5c3c4b5aa006788a6bce260787a6e4111b41b480 /security/cyrus-sasl2
parentb5bd987d9b9ee2c2ac55a218690f4a05aa25aa7d (diff)
downloadFreeBSD-ports-4767a948cefd4bb4d34a811104b7e773e2b07a37.zip
FreeBSD-ports-4767a948cefd4bb4d34a811104b7e773e2b07a37.tar.gz
Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r--security/cyrus-sasl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index a04584e..8f880cc 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -72,8 +72,8 @@ SASLDB_NAME= sasldb2.db
.endif
.if defined(WITH_MYSQL_VER)
-.if ${WITH_MYSQL_VER} == 3
WITH_MYSQL= YES
+.if ${WITH_MYSQL_VER} == 3
WANT_MYSQL_VER= 323
.endif
.endif
OpenPOWER on IntegriCloud