diff options
author | marino <marino@FreeBSD.org> | 2017-01-28 02:52:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2017-01-28 02:52:24 +0800 |
commit | 3f0d0573e3d8ba37dfac887d1b099783f6220436 (patch) | |
tree | 512923b5a87f7b720875e211b825d90e686a8f99 /lang/php71 | |
parent | 857dc24c4306f9949e75568b043a8f147d3fbf85 (diff) | |
download | freebsd-ports-gnome-3f0d0573e3d8ba37dfac887d1b099783f6220436.tar.gz freebsd-ports-gnome-3f0d0573e3d8ba37dfac887d1b099783f6220436.tar.zst freebsd-ports-gnome-3f0d0573e3d8ba37dfac887d1b099783f6220436.zip |
lang/php71: Bring DTRACE exclude for DF from lang/php70
Maybe this would have been caught with SVN copy? Oh well.
Approved by: just-fix-it
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 2610b1558afd..d4608d528cd6 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_mips=FPM OPTIONS_EXCLUDE_mips64=FPM OPTIONS_SUB= yes +OPTIONS_EXCLUDE_DragonFly= DTRACE + CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version |