aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang-runtime21/Makefile')
-rw-r--r--lang/erlang-runtime21/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile
index 0c45d9fd7892..dc4610028e67 100644
--- a/lang/erlang-runtime21/Makefile
+++ b/lang/erlang-runtime21/Makefile
@@ -60,7 +60,6 @@ OPTIONS_EXCLUDE+= DTRACE
# respectively)" you probably misconfigured DTrace in some way.
OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP
-OPTIONS_EXCLUDE_FreeBSD_10= DTRACE
# ld(1) fails to link probes: missing __dtrace_erlang___* symbols
OPTIONS_EXCLUDE_aarch64= DTRACE
OPTIONS_EXCLUDE_armv6= DTRACE
@@ -97,7 +96,7 @@ WX_VARS= USE_WX=2.8+ WX_COMPS="wx contrib" USE_GL="gl glu"
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000
+.if ${OPSYS} == FreeBSD
CFLAGS+= -DMAP_NORESERVE=0
.endif