aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 73a388248880..f3bbee815d4c 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= \
--enable-nls \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
-USES= gettext iconv
+USES+= gettext iconv
.for L in fr nl ru
PLIST_FILES+= share/locale/${L}/LC_MESSAGES/pcb.mo
.endfor