diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-08 00:45:15 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-08 00:45:15 +0800 |
commit | 10c8a35b900c92d7b85dad78c959f44ffa8812fe (patch) | |
tree | 6caf9a3e6d2b480f4b82368f20166a4b85f04abb /lang | |
parent | 512bc5a97031eb6410f5870d7f25f6badf6d9275 (diff) | |
download | freebsd-ports-gnome-10c8a35b900c92d7b85dad78c959f44ffa8812fe.tar.gz freebsd-ports-gnome-10c8a35b900c92d7b85dad78c959f44ffa8812fe.tar.zst freebsd-ports-gnome-10c8a35b900c92d7b85dad78c959f44ffa8812fe.zip |
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
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php70/Makefile | 1 |
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}} |