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

(-)Makefile (+6 lines)
Lines 23-28 Link Here
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_ICONV=	yes
24
USE_ICONV=	yes
25
25
26
OPTIONS+=	NLS "Native Language Support via gettext utilities" on \
27
		SSL "Adds support for SSL (Secure Socket Layer)" on \
28
		DEVIEW "Enable uulib for multiple de-/encoding" off
29
30
.include <bsd.port.options.mk>
31
26
.if defined(WITHOUT_NLS)
32
.if defined(WITHOUT_NLS)
27
CONFIGURE_ARGS+=	--disable-nls
33
CONFIGURE_ARGS+=	--disable-nls
28
PLIST_SUB+=	NLS="@comment "
34
PLIST_SUB+=	NLS="@comment "

Return to bug 149100