aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal7
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 /www/drupal7
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 'www/drupal7')
-rw-r--r--www/drupal7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index a6f6111d6a96..afdbad77386b 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -42,7 +42,7 @@ USE_PHP+= pdo_sqlite
.endif
.if defined(WITH_MYSQL)
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 323 40 41
+IGNORE_WITH_MYSQL= 41
USE_PHP+= pdo_mysql
.endif
.if defined(WITH_PGSQL)