diff options
Diffstat (limited to 'www/mythplugin-mythweb/Makefile')
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index ae9656f5d2ec..83c838e172fd 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -33,7 +33,7 @@ OPTIONS= APACHE "Enable Apache Support" on \ .include <bsd.port.options.mk> .if defined(WITH_APACHE) -USE_APACHE= 2.2+ +USE_APACHE= 22+ .endif .if defined(WITH_LIGHTTPD) |