diff options
Diffstat (limited to 'editors/ssed')
-rw-r--r-- | editors/ssed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 62bcca9fc9ed..0245521652ab 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -14,6 +14,8 @@ COMMENT= Super-sed - a heavily enhanced version of sed GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=s +OPTIONS_DEFINE= NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |