aboutsummaryrefslogtreecommitdiff
path: root/editors/ne
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-02-01 00:13:19 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-02-01 00:13:19 +0000
commitaca525302961f017c6459228180fce94d8c75f9a (patch)
tree044dc4337f608a19a41e0b129ff027a6e58aec19 /editors/ne
parent21dbb2df2c848699ee9739aa8a4d34a5a319cc70 (diff)
downloadports-aca525302961f017c6459228180fce94d8c75f9a.tar.gz
ports-aca525302961f017c6459228180fce94d8c75f9a.zip
- revert conversion of WITH_DEBUG (handled by bpm)
Spotted by: ak@
Notes
Notes: svn path=/head/; revision=311342
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