aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-05-29 00:45:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-05-29 00:45:55 +0800
commite793ac3a7b520b984a39577b96a57fbf548e439f (patch)
treefee0b8a655136505a21b803ca20a98fa64ecb1ee /www
parentbe15435ca6e06c34b71a8eb9edb102479c3ce1bd (diff)
downloadfreebsd-ports-gnome-e793ac3a7b520b984a39577b96a57fbf548e439f.tar.gz
freebsd-ports-gnome-e793ac3a7b520b984a39577b96a57fbf548e439f.tar.zst
freebsd-ports-gnome-e793ac3a7b520b984a39577b96a57fbf548e439f.zip
- Check OPSYS along with OSVERSION
Suggested by: marino
Diffstat (limited to 'www')
-rw-r--r--www/nghttp2/Makefile2
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