diff options
author | ale <ale@FreeBSD.org> | 2011-01-13 17:17:14 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-01-13 17:17:14 +0800 |
commit | a996bd02078dbe3cf5f54fa4d7321285b8a88c1b (patch) | |
tree | 3e08f0c4fae5125dc814ebc8f514094c74fcd430 /mail | |
parent | 2188090d9d9b35d0194d1db965714a1ce3a69fd3 (diff) | |
download | freebsd-ports-gnome-a996bd02078dbe3cf5f54fa4d7321285b8a88c1b.tar.gz freebsd-ports-gnome-a996bd02078dbe3cf5f54fa4d7321285b8a88c1b.tar.zst freebsd-ports-gnome-a996bd02078dbe3cf5f54fa4d7321285b8a88c1b.zip |
Mark IGNORE with MySQL 5.5.
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dbmail20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile index 6b6fa41550a9..f8795f81115c 100644 --- a/mail/dbmail20/Makefile +++ b/mail/dbmail20/Makefile @@ -33,6 +33,8 @@ PLIST_SUB+= MYSQL="@comment " LDFLAGS+= -L${LOCALBASE}/lib/ .else USE_MYSQL= YES +DEFAULT_MYSQL_VER= 51 +IGNORE_WITH_MYSQL= 55 CONFIGURE_ARGS+= --with-mysql DATABASE= mysql PLIST_SUB+= MYSQL="" |