aboutsummaryrefslogtreecommitdiff
path: root/databases/db5/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2019-10-21 18:21:13 +0000
committerMatthias Andree <mandree@FreeBSD.org>2019-10-21 18:21:13 +0000
commit31f7e26faa46ce889b7a5bb6bde5938e32682ed6 (patch)
treee392b7e97eae25b343d504edb315ca5342a326da /databases/db5/Makefile
parent46051b9c32c54efc0538ad4127b95ba845a9c4ef (diff)
downloadports-31f7e26faa46ce889b7a5bb6bde5938e32682ed6.tar.gz
ports-31f7e26faa46ce889b7a5bb6bde5938e32682ed6.zip
databases/db5, databases/db6: Hook up DEBUG options helpers
PR: 241361 Submitted by: tobik@ MFH: 2019Q4 (blanket, adds an option that defaults to off)
Notes
Notes: svn path=/head/; revision=515117
Diffstat (limited to 'databases/db5/Makefile')
-rw-r--r--databases/db5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index d5e413bd6de3..03742489f772 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -39,7 +39,7 @@ PLIST_SUB= BDBMAJ=${BDBMAJ} BDBVER=${BDBVER}
MAKE_ARGS+= docdir=${DOCSDIR}
CFLAGS+= -Wall -Wextra
-OPTIONS_DEFINE= CRYPTO L10N SQL JAVA TCL DOCS
+OPTIONS_DEFINE= CRYPTO DEBUG L10N SQL JAVA TCL DOCS
OPTIONS_DEFAULT=CRYPTO
OPTIONS_SUB= yes
CRYPTO_DESC= Cryptography support