diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-17 04:35:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-17 04:35:02 +0000 |
commit | 7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7 (patch) | |
tree | fd55449f6086b0a869da974df6a604701bb2e090 /net/mediatomb/Makefile | |
parent | 6c1dfce3fe941fceb40adc5f8bd719ebe26daf67 (diff) |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Notes
Notes:
svn path=/head/; revision=283682
Diffstat (limited to 'net/mediatomb/Makefile')
-rw-r--r-- | net/mediatomb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile index 89260c12e0d0..f6227a31d61b 100644 --- a/net/mediatomb/Makefile +++ b/net/mediatomb/Makefile @@ -79,7 +79,7 @@ CONFIGURE_ARGS+= --disable-sqlite3 CONFIGURE_ARGS+= --enable-mysql \ --with-mysql-cfg="${LOCALBASE}/bin/mysql_config" USE_MYSQL= yes -IGNORE_WITH_MYSQL= 323 40 41 +IGNORE_WITH_MYSQL= 41 .else CONFIGURE_ARGS+= --disable-mysql .endif |