Revision: 105510 https://trac.macports.org/changeset/105510 Author: takeshi@macports.org Date: 2013-04-22 21:28:27 -0700 (Mon, 22 Apr 2013) Log Message: ----------- cunit: link against lncurses Modified Paths: -------------- trunk/dports/devel/cunit/Portfile Modified: trunk/dports/devel/cunit/Portfile =================================================================== --- trunk/dports/devel/cunit/Portfile 2013-04-23 02:54:47 UTC (rev 105509) +++ trunk/dports/devel/cunit/Portfile 2013-04-23 04:28:27 UTC (rev 105510) @@ -4,6 +4,7 @@ name cunit version 2.1-2 +revision 1 categories devel license LGPL maintainers nomaintainer @@ -32,6 +33,7 @@ configure.args --enable-curses \ --mandir=${prefix}/share/man +configure.env-append LIBS=-lncurses post-destroot { # For some reason CUnit has a headers/ subdir in doc/ which just repeats