diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 23:30:53 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-29 23:30:53 +0800 |
commit | 071d342cff144c4dde4972367fe242a5f9f7c0e5 (patch) | |
tree | f2967b1402c7942815a0767cbace683e8fb7d692 /Mk | |
parent | fe616488ea7c1c68a145c1f66f3275e0f7fbd5bf (diff) | |
download | freebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.tar.gz freebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.tar.zst freebsd-ports-gnome-071d342cff144c4dde4972367fe242a5f9f7c0e5.zip |
Show up debug flags
Add shared DEBUG description
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 1 |
1 files changed, 1 insertions, 0 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 |