K 10 svn:author V 6 marino K 8 svn:date V 27 2016-07-22T01:37:51.627255Z K 7 svn:log V 596 devel/adacurses: Set ncurses:port for every platform Currently AdaCurses on all DragonFly platforms and FreeBSD 11+ platforms requires the ports version of ncurses. Only FreeBSD 9 and 10 can use the system ncurses. The previous commit updated the gpr file in a way that looks for the ncurses libraries only at $LOCALBASE/lib, which may have broken FreeBSD 9 and 10 in a poudriere environment. Rather than fix those older platforms, just make the ncurses requirement the same for every platform. The only ports consumer is ports-mgmt/synth, and that will soon link ncurses statically anyway. END