Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 18:26:54 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408438 - head/devel/cunit
Message-ID:  <201602071826.u17IQsIX064884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 18:26:54 2016
New Revision: 408438
URL: https://svnweb.freebsd.org/changeset/ports/408438

Log:
  devel/cunit: link with ncurses, not curses (part of ncurses work)
  
  approved by:	infrastructure blanket

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Sun Feb  7 18:10:46 2016	(r408437)
+++ head/devel/cunit/Makefile	Sun Feb  7 18:26:54 2016	(r408438)
@@ -46,7 +46,7 @@ AUTOMATED_CONFIGURE_ENABLE=	automated
 BASIC_CONFIGURE_ENABLE=	basic
 CONSOLE_CONFIGURE_ENABLE=	console
 CURSES_CONFIGURE_ENABLE=curses
-CURSES_LDFLAGS=		-lcurses
+CURSES_LDFLAGS=		-lncurses
 CURSES_USES=		ncurses
 DEBUG_CONFIGURE_ENABLE=	debug
 EXAMPLES_CONFIGURE_ENABLE=	examples



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