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

(-)Makefile (-6 / +3 lines)
Lines 27-43 Link Here
27
OPTIONS_SUB=		yes
27
OPTIONS_SUB=		yes
28
28
29
ICONV_CONFIGURE_USES=	iconv
29
ICONV_CONFIGURE_USES=	iconv
30
ICONV_CONFIGURE_ON=	--with-libiconv-prefix=${LOCALBASE}
30
ICONV_CONFIGURE_WITH=	libiconv-prefix=${LOCALBASE}
31
ICONV_CONFIGURE_OFF=	--without-libiconv-prefix
32
31
33
LIBSIGSEGV_LIB_DEPENDS=	libsigsegv.so:devel/libsigsegv
32
LIBSIGSEGV_LIB_DEPENDS=	libsigsegv.so:devel/libsigsegv
34
LIBSIGSEGV_CONFIGURE_ON=	--with-libsigsegv-prefix=${LOCALBASE}
33
LIBSIGSEGV_CONFIGURE_WITH=	libsigsegv-prefix=${LOCALBASE}
35
LIBSIGSEGV_CONFIGURE_OFF=	--without-libsigsegv-prefix
36
34
37
NLS_USES=		gettext
35
NLS_USES=		gettext
38
NLS_CONFIGURE_ENABLE=	nls
36
NLS_CONFIGURE_ENABLE=	nls
39
NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
37
NLS_CONFIGURE_WITH=	libintl-prefix=${LOCALBASE}
40
NLS_CONFIGURE_OFF=	--without-libintl-prefix
41
38
42
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
39
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
43
PCRE_USES=		pkgconfig
40
PCRE_USES=		pkgconfig

Return to bug 243235