diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-22 22:30:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-22 22:30:51 +0800 |
commit | bfae15523e0234d6b5a7b29d34c6a268c6659979 (patch) | |
tree | 665b7616e7778b45c897db4975b3698e5360fdce /www/drupal7 | |
parent | 59579c176c5382accaeebd63f9f4c1ebfb2686a8 (diff) | |
download | freebsd-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/Makefile | 1 |
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} |