diff options
-rw-r--r-- | www/nghttp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 4d8892a2ce83..ad7469c1937f 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -45,7 +45,7 @@ HPACK_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson IGNORE= nghttp2 requires OpenSSL 1.0.1+ .endif -.if ${OSVERSION} >= 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 CONFIGURE_ARGS+=--with-jemalloc .endif |