View | Details | Raw Unified | Return to bug 170803
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
.include <bsd.port.options.mk>
34
.include <bsd.port.options.mk>
35
35
36
.if ${PORT_OPTIONS:MNLS)
36
.if ${PORT_OPTIONS:MNLS}
37
USE_GETTEXT=	yes
37
USE_GETTEXT=	yes
38
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
38
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
39
                --with-libintl-prefix=${LOCALBASE}
39
                --with-libintl-prefix=${LOCALBASE}

Return to bug 170803