diff options
Diffstat (limited to 'emulators/tiemu3/Makefile')
-rw-r--r-- | emulators/tiemu3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 2439f729d47a..27962c66a989 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -27,7 +27,9 @@ CONFIGURE_ARGS= --disable-gdb MAN1= tiemu.1 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB= NLS="" .else |