aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal7
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-22 22:30:51 +0800
committermiwi <miwi@FreeBSD.org>2013-05-22 22:30:51 +0800
commitbfae15523e0234d6b5a7b29d34c6a268c6659979 (patch)
tree665b7616e7778b45c897db4975b3698e5360fdce /www/drupal7
parent59579c176c5382accaeebd63f9f4c1ebfb2686a8 (diff)
downloadfreebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.tar.gz
freebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.tar.zst
freebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.zip
- Remove mysql 4X reference
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index be9f9a0f74af..603b2356b40b 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -40,7 +40,6 @@ USE_PHP+= pdo_sqlite
.endif
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 41
USE_PHP+= pdo_mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}