diff options
Diffstat (limited to 'editors/setedit/Makefile')
-rw-r--r-- | editors/setedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile index aca0101ea732..7d0b4ab6cdab 100644 --- a/editors/setedit/Makefile +++ b/editors/setedit/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --without-calendar .if ! ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --no-intl .else -USE_GETTEXT= yes +USES+= gettext PLIST_FILES= share/locale/es/LC_MESSAGES/setedit.mo \ share/locale/de/LC_MESSAGES/setedit.mo .endif |