diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-27 21:38:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-11-27 21:38:06 +0000 |
commit | 24f8089a52fd4b788c7355a9ffa66081d6b89c8b (patch) | |
tree | c78003030d0e9646077f6630a7dc5567af97ed3c | |
parent | Upgrade to openiked-1.10 (diff) |
Remove DEBUG_DESC in favor of the default one.
Approved by: tz
Notes
Notes:
svn path=/head/; revision=454993
-rw-r--r-- | lang/php70/Makefile | 1 | ||||
-rw-r--r-- | lang/php71/Makefile | 1 | ||||
-rw-r--r-- | lang/php72/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index acca3c0ca4ee..29f2bc35481f 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -52,7 +52,6 @@ CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version EMBED_DESC= Build embedded library -DEBUG_DESC= Enable debug PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support MAILHEAD_DESC= Enable mail header patch diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 82d151fa9bc2..efa6a2a1d2de 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -54,7 +54,6 @@ CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version EMBED_DESC= Build embedded library -DEBUG_DESC= Enable debug PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support MAILHEAD_DESC= Enable mail header patch diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 14e297feb702..e32139edcac8 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -54,7 +54,6 @@ CLI_DESC= Build CLI version CGI_DESC= Build CGI version FPM_DESC= Build FPM version EMBED_DESC= Build embedded library -DEBUG_DESC= Enable debug PHPDBG_DESC= Interactive PHP debugger DTRACE_DESC= Enable DTrace support LINKTHR_DESC= Link thread lib (for threaded extensions) |