summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-07 16:45:15 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-07 16:45:15 +0000
commit10c8a35b900c92d7b85dad78c959f44ffa8812fe (patch)
tree6caf9a3e6d2b480f4b82368f20166a4b85f04abb /lang
parentsecurity/trousers: Fix libressl support regression (diff)
lang/php70: DTRACE option is not valid on DragonFly
Note that following the OPTIONS_EXCLUDE+= line appears to redundant and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should be "=" operator, not "+=", from what I can tell. Approved by: DF support blanket
Notes
Notes: svn path=/head/; revision=428078
Diffstat (limited to 'lang')
-rw-r--r--lang/php70/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index f43e8d93206e..744047199adb 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -43,6 +43,7 @@ OPTIONS_EXCLUDE_mips=FPM
OPTIONS_EXCLUDE_mips64=FPM
OPTIONS_SUB= yes
+OPTIONS_EXCLUDE_DragonFly= DTRACE
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}