svn commit: r311342 - head/editors/ne

Jason Helfman jgh at FreeBSD.org
Fri Feb 1 00:13:19 UTC 2013


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
 


More information about the svn-ports-head mailing list