svn commit: r359331 - head/devel/cunit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 26 11:56:54 UTC 2014


Author: sunpoet
Date: Thu Jun 26 11:56:53 2014
New Revision: 359331
URL: http://svnweb.freebsd.org/changeset/ports/359331
QAT: https://qat.redports.org/buildarchive/r359331/

Log:
  - Cosmetic change

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Thu Jun 26 11:38:38 2014	(r359330)
+++ head/devel/cunit/Makefile	Thu Jun 26 11:56:53 2014	(r359331)
@@ -17,7 +17,6 @@ CONFLICTS=	c-unit-[0-9]*
 
 OPTIONS_DEFINE=	AUTOMATED BASIC CONSOLE CURSES DEBUG EXAMPLES MEMTRACE TEST
 OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG EXAMPLES MEMTRACE TEST
-#OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE
 OPTIONS_SUB=	yes
 AUTOMATED_DESC=	Automated (XML) interface
 BASIC_DESC=	Basic interface
@@ -50,7 +49,7 @@ CONSOLE_CONFIGURE_ENABLE=	console
 CURSES_CONFIGURE_ENABLE=curses
 CURSES_LDFLAGS=		-lcurses
 CURSES_USES=		ncurses
-DEBUG_CONFIGURE_ENABLE=debug
+DEBUG_CONFIGURE_ENABLE=	debug
 EXAMPLES_CONFIGURE_ENABLE=	examples
 MEMTRACE_CONFIGURE_ENABLE=	memtrace
 TEST_CONFIGURE_ENABLE=	test


More information about the svn-ports-head mailing list