svn commit: r408438 - head/devel/cunit
John Marino
marino at FreeBSD.org
Sun Feb 7 18:26:55 UTC 2016
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
More information about the svn-ports-head
mailing list