aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php56
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
committermat <mat@FreeBSD.org>2015-10-15 22:55:14 +0800
commitabc87d0c357422181c7606b270d496816179270f (patch)
treed30bee8baf5be305289898828fb58299162e2f54 /lang/php56
parent94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff)
downloadfreebsd-ports-graphics-abc87d0c357422181c7606b270d496816179270f.tar.gz
freebsd-ports-graphics-abc87d0c357422181c7606b270d496816179270f.tar.zst
freebsd-ports-graphics-abc87d0c357422181c7606b270d496816179270f.zip
Drop 8 support.
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile
index 1610b0523df..11a1e5f95ee 100644
--- a/lang/php56/Makefile
+++ b/lang/php56/Makefile
@@ -157,9 +157,6 @@ CONFIGURE_ARGS+=--enable-maintainer-zts
.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