aboutsummaryrefslogtreecommitdiff
path: root/editors/ne
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ne')
-rw-r--r--editors/ne/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile
index ecf33da24fdf..30d3d11a81ce 100644
--- a/editors/ne/Makefile
+++ b/editors/ne/Makefile
@@ -11,7 +11,7 @@ COMMENT= Nice and powerful editor
LICENSE= GPLv3
-OPTIONS_DEFINE= DEBUG DOCS
+OPTIONS_DEFINE= DOCS
BUILD_WRKSRC= ${WRKSRC}/src
@@ -57,7 +57,7 @@ PLIST_DIRS= %%DATADIR%%/syntax %%DATADIR%%
.include <bsd.port.options.mk>
-.if ! ${PORT_OPTIONS:MDEBUG}
+.if !defined(WITH_DEBUG)
CFLAGS+= -DNODEBUG
.endif