aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-17 12:35:02 +0800
committerdougb <dougb@FreeBSD.org>2011-10-17 12:35:02 +0800
commit1e45c82800003881f68ecd40478aa7d38a698dc2 (patch)
tree4dd7768778f5758186d364b5712dc0979a1ec001 /net
parenta97fa1b76b6539504f41723c74ba97e3232b8fb7 (diff)
downloadfreebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.gz
freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.zst
freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.zip
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Diffstat (limited to 'net')
-rw-r--r--net/mediatomb/Makefile2
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