aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-05-29 23:30:53 +0800
committerbapt <bapt@FreeBSD.org>2012-05-29 23:30:53 +0800
commit02195197d88fdd51409af1f44cf42c8a82bd2f83 (patch)
treec9432d5c50405c4fb288e3713b757d8c0e4c954c
parent767ad3416ec544f197d57156c5287a66f8a8f83d (diff)
downloadfreebsd-ports-graphics-02195197d88fdd51409af1f44cf42c8a82bd2f83.tar.gz
freebsd-ports-graphics-02195197d88fdd51409af1f44cf42c8a82bd2f83.tar.zst
freebsd-ports-graphics-02195197d88fdd51409af1f44cf42c8a82bd2f83.zip
Show up debug flags
Add shared DEBUG description
-rw-r--r--Mk/bsd.options.desc.mk1
-rw-r--r--shells/zsh/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 269439c5dbe..8519dfd27b8 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -10,6 +10,7 @@ CDDA2WAV_DESC?= Enable cdda2was CD ripper
CURL_DESC?= Enable CURL support
DAGRAB_DESC?= Enable dagrab CD ripper
DBUS_DESC?= Enable D-Bus support
+DEBUG_DESC?= Enable debug flags
DOCS_DESC?= Build and install the documentation
EXAMPLES_DESC?= Build and install the examples
FLAC_DESC?= Enable support for flac
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 9315d8b5839..e69d08dd537 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -39,7 +39,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar
#EXTRA_COMPLETION_FILES= _sockstat
#EXTRA_COMPLETION_DIR= Completion/BSD/Command
-OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS
+OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS DEBUG
OPTIONS_DEFAULT= SECURE_FREE MAILDIR MULTIBYTE
GDBM_DESC= "Enable GDBM support (GPL)"