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

(-)Makefile (-2 / +3 lines)
Lines 24-40 Link Here
24
CPPFLAGS+=	-I${LOCALBASE}/include
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LIBS+=		-L${LOCALBASE}/lib
25
LIBS+=		-L${LOCALBASE}/lib
26
26
27
USES=		gmake iconv perl5 charsetfix tar:xz
27
USES=		cpe gmake iconv perl5 charsetfix tar:xz
28
USE_PERL5=	build	# build - required for tests and man page generation
28
USE_PERL5=	build	# build - required for tests and man page generation
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
INFO=		coreutils
31
INFO=		coreutils
32
CPE_VENDOR=	gnu
32
33
33
OPTIONS_DEFINE=	GMP NLS
34
OPTIONS_DEFINE=	GMP NLS
34
OPTIONS_DEFAULT=NLS
35
OPTIONS_DEFAULT=NLS
35
OPTIONS_SUB=	yes
36
OPTIONS_SUB=	yes
36
NLS_USES=	gettext
37
NLS_USES=	gettext
37
NLS_CONFIGURE_ENABLE=   nls
38
NLS_CONFIGURE_ENABLE=	nls
38
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
39
GMP_LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
39
GMP_CONFIGURE_WITH=	gmp
40
GMP_CONFIGURE_WITH=	gmp
40
41

Return to bug 198235