diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2024-04-12 06:04:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2024-04-12 06:04:05 +0000 |
commit | 0660187ad07f36727fead6764740a225a31f342f (patch) | |
tree | 33b1e72c87dc7d4c93a723fc7a23f51d791785d7 /graphics/glaxnimate | |
parent | 38e3f7255c438a90466c0a54b352f472f4bbc001 (diff) |
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 'graphics/glaxnimate')
-rw-r--r-- | graphics/glaxnimate/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile index ec3c5e5ebf3f..c6311943b7d7 100644 --- a/graphics/glaxnimate/Makefile +++ b/graphics/glaxnimate/Makefile @@ -59,8 +59,6 @@ ALL_TARGET= all translations OPTIONS_DEFINE= DEBUG -DEBUG_VARS= WITH_DEBUG=yes - .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MDEBUG} |