Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2013 00:13:19 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311342 - head/editors/ne
Message-ID:  <201302010013.r110DJEE084574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Fri Feb  1 00:13:19 2013
New Revision: 311342
URL: http://svnweb.freebsd.org/changeset/ports/311342

Log:
  - revert conversion of WITH_DEBUG (handled by bpm)
  
  Spotted by: ak@

Modified:
  head/editors/ne/Makefile

Modified: head/editors/ne/Makefile
==============================================================================
--- head/editors/ne/Makefile	Thu Jan 31 23:44:34 2013	(r311341)
+++ head/editors/ne/Makefile	Fri Feb  1 00:13:19 2013	(r311342)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302010013.r110DJEE084574>