diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:34:52 +0000 |
commit | efa63f6ba4d035a78bf22994112284daa54d01e2 (patch) | |
tree | a8e60f648b180d79a27a101c6135bb1ecf9d5c89 /www/gatling | |
parent | 07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff) |
Notes
Diffstat (limited to 'www/gatling')
-rw-r--r-- | www/gatling/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 5375882c74e4..6a94f20e255f 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -61,12 +61,6 @@ MAKE_ENV+= ICONV=1 .endif .if defined(WITH_GATLING_TLS) -.if defined(WITH_GATLING_ZLIB) -# For reasons unknown, gatling with both HTTPS and zlib support only compiles -# with gcc 3.1 and above. Depend on gcc 3.4+ since this is the default -# compiler on supported FreeBSD systems anyway. -USE_GCC= 3.4+ -.endif MAKE_ENV+= TLSGATLING=1 sbin+= tlsgatling portdocs+= README.tls |