diff options
Diffstat (limited to 'editors/ssed/Makefile')
-rw-r--r-- | editors/ssed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 825cee580c68..2b8890cbe4ac 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -19,8 +19,8 @@ MAN1= ssed.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} +USES+= gettext iconv +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |