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/rnews | |
parent | 6c1dfce3fe941fceb40adc5f8bd719ebe26daf67 (diff) |
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/rnews')
-rw-r--r-- | www/rnews/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/rnews/Makefile b/www/rnews/Makefile index 494712d5b43a..34c90127f0b2 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -24,7 +24,6 @@ OPTIONS= GD "Enable Graphic (GD) support" ON \ USE_PHP= mysql mbstring pcre xml iconv USE_MYSQL= yes -IGNORE_WITH_MYSQL= 323 40 .if !defined(WITHOUT_GD) USE_PHP+= gd |