summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-15 14:55:14 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-15 14:55:14 +0000
commit7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch)
treed30bee8baf5be305289898828fb58299162e2f54 /lang/php5
parentsecurity/polarssl: Update to 1.2.17 (diff)
Drop 8 support.
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
Notes
Notes: svn path=/head/; revision=399346
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