diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-27 20:28:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-27 20:28:09 +0800 |
commit | e4d53fde46c380db9d0d6650fc87b48a1f7ad4f2 (patch) | |
tree | dbd58d4ae5c54c01955a0050b693f1201e681013 | |
parent | 613c3775a6dd41eb3bd67b1a114f62eaa7dfd985 (diff) | |
download | freebsd-ports-gnome-e4d53fde46c380db9d0d6650fc87b48a1f7ad4f2.tar.gz freebsd-ports-gnome-e4d53fde46c380db9d0d6650fc87b48a1f7ad4f2.tar.zst freebsd-ports-gnome-e4d53fde46c380db9d0d6650fc87b48a1f7ad4f2.zip |
Unbreak INDEX
Pointy hat: brnrd
-rw-r--r-- | www/mod_spdy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index c4dad68a148d..d259361fd3c4 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -84,7 +84,7 @@ MAKE_ENV+= BUILDTYPE=${BUILDTYPE} .include <bsd.port.pre.mk> -.if defined(OPENSSL_PORT) && "${OPENSSL_PORT:M*libressl*}" != "" +.if ${SSL_DEFAULT:Mlibressl*} IGNORE= ${PORTNAME} is incompatible with LibreSSL, please use www/apache24 with mod_http2 .endif |