K 10 svn:author V 6 marino K 8 svn:date V 27 2013-07-15T05:37:39.809076Z K 7 svn:log V 287 cad/pcb: unbreak after USES= gmake The makefile already had USES defined in the NLS option. After replacing USE_GMAKE with "USES= gmake", the value of USES is subsequently overwritten by the default-on NLS option. Change the NLS option to USES+= to fix. Approved by: hrs (maintainer) END