summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 65285bc07b80..eb55d13adca9 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -158,9 +158,6 @@ CONFIGURE_ARGS+=--enable-debug
.endif
.if ${PORT_OPTIONS:MDTRACE}
-.if ${OSVERSION} < 900000
-IGNORE= cannot be built with DTrace support on FreeBSD < 9.x
-.endif
CONFIGURE_ARGS+=--enable-dtrace
PLIST_SUB+= DTRACE=""
.else