aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 23:30:53 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-05-29 23:30:53 +0800
commit071d342cff144c4dde4972367fe242a5f9f7c0e5 (patch)
treef2967b1402c7942815a0767cbace683e8fb7d692
parentfe616488ea7c1c68a145c1f66f3275e0f7fbd5bf (diff)
downloadfreebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.tar.gz
freebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.tar.zst
freebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.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 269439c5dbee..8519dfd27b8c 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 9315d8b58398..e69d08dd5372 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)"