summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-11-27 21:38:06 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-11-27 21:38:06 +0000
commit24f8089a52fd4b788c7355a9ffa66081d6b89c8b (patch)
treec78003030d0e9646077f6630a7dc5567af97ed3c
parentUpgrade 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/Makefile1
-rw-r--r--lang/php71/Makefile1
-rw-r--r--lang/php72/Makefile1
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)