diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
commit | d2fad415839f287c99c5f1d5975409066a3328bf (patch) | |
tree | f779f3f1e47d7d3efae18c54fc3f68e9077e7bde /www/apache13-modssl | |
parent | 52ae5d558cd5b323d8a17cffa5d24ef226ae6da8 (diff) | |
download | freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.gz freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.zst freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.zip |
BROKEN should not be quoted.
No functional change.
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 0b8952661b7c..c4b31bf188ae 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -267,7 +267,7 @@ CONFLICTS+= apache+*mod_deflate*-1.* .if defined(WITH_APACHE_IPV6) || defined(APACHE_WITH_IPV6) .if defined(WITH_APACHE_MODACCEL) || defined(APACHE_WITH_MODACCEL) -BROKEN= "mod_accel and ipv6 don't compile together" +BROKEN= mod_accel and ipv6 don't compile together .endif CONFLICTS+= apache+mod_ssl-1.* \ |