Index: stable/10/lib/ncurses/Makefile =================================================================== --- stable/10/lib/ncurses/Makefile (revision 276677) +++ stable/10/lib/ncurses/Makefile (revision 276678) @@ -1,11 +1,18 @@ # $FreeBSD$ .include SUBDIR= ncurses form menu panel .if ${MK_NCURSESW} != "no" SUBDIR+= ncursesw formw menuw panelw .endif +SUBDIR_PARALLEL= + +.for subdir in ${SUBDIR:Nncurses*:N*w} +SUBDIR_DEPEND_${subdir}= ncurses +SUBDIR_DEPEND_${subdir}w= ncursesw +.endfor + .include Index: stable/10 =================================================================== --- stable/10 (revision 276677) +++ stable/10 (revision 276678) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r276320