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

(-)b/sysutils/coreutils/Makefile (-4 / +7 lines)
Lines 29-39 CONFLICTS_INSTALL= gdu geneweb gexpr rubygem-god # bin/gdu bin/gexpr bin/god bin Link Here
29
29
30
INFO=		coreutils
30
INFO=		coreutils
31
31
32
OPTIONS_DEFINE=	GMP NLS
32
OPTIONS_DEFINE=		GMP NLS
33
OPTIONS_SUB=	yes
33
OPTIONS_SUB=		yes
34
35
GMP_USES=		localbase:ldflags
34
GMP_LIB_DEPENDS=	libgmp.so:math/gmp
36
GMP_LIB_DEPENDS=	libgmp.so:math/gmp
35
GMP_CONFIGURE_WITH=	gmp
37
GMP_CONFIGURE_WITH=	libgmp
36
NLS_USES=	gettext
38
39
NLS_USES=		gettext
37
NLS_CONFIGURE_ENABLE=	nls
40
NLS_CONFIGURE_ENABLE=	nls
38
41
39
post-build:
42
post-build:

Return to bug 281075