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 /www/drupal7 | |
parent | 6c1dfce3fe941fceb40adc5f8bd719ebe26daf67 (diff) | |
download | ports-7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7.tar.gz ports-7ec7e2a3cf3c83af42e57736ddd0f1d39b8b8de7.zip |
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 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 2 |
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) |