aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
commit0660187ad07f36727fead6764740a225a31f342f (patch)
tree33b1e72c87dc7d4c93a723fc7a23f51d791785d7 /mail
parent38e3f7255c438a90466c0a54b352f472f4bbc001 (diff)
downloadports-0660187ad07f36727fead6764740a225a31f342f.tar.gz
ports-0660187ad07f36727fead6764740a225a31f342f.zip
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
Diffstat (limited to 'mail')
-rw-r--r--mail/opendkim/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index 8f581a63630e..1cacfe69cd79 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -103,10 +103,6 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG= yes
-.endif
-
.if ${PORT_OPTIONS:MFILTER}
SUB_FILES= pkg-message
WITHOUT_MILTER_CFLAGS= yes