aboutsummaryrefslogtreecommitdiff
path: root/mail/opendkim
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-04 08:52:19 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-04 08:52:19 +0000
commit4a21393fc7997c57ecf264dbdc43868a2f086072 (patch)
treec4274adfefb6abf7728e2a2991529848ce27e8ee /mail/opendkim
parenta10d0ac89610f489f94750c9b63c247b05faa004 (diff)
downloadports-4a21393fc7997c57ecf264dbdc43868a2f086072.tar.gz
ports-4a21393fc7997c57ecf264dbdc43868a2f086072.zip
mail/opendkim: Respect DEBUG option
PR: 242425 Submitted by: ml@netfence.it Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=541178
Diffstat (limited to 'mail/opendkim')
-rw-r--r--mail/opendkim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index 9abe740f48e0..b8897096c3ad 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -104,6 +104,10 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MDEBUG}
+WITH_DEBUG= yes
+.endif
+
.if ${PORT_OPTIONS:MSASL} && ${PORT_OPTIONS:MOPENLDAP}
WANT_OPENLDAP_SASL= yes
.endif