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

(-)devel/binutils/Makefile (+10 lines)
Lines 21-26 Link Here
21
CONFLICTS=	libbfd-[0-9]*
21
CONFLICTS=	libbfd-[0-9]*
22
.endif
22
.endif
23
23
24
.if defined(MAINTAINER_MODE)
25
BUILD_DEPENDS+= runtest:misc/dejagnu
26
.endif
27
24
OPTIONS_DEFINE=	NLS RELRO
28
OPTIONS_DEFINE=	NLS RELRO
25
29
26
RELRO_DESC=	enable -z relro in ELF linker by default
30
RELRO_DESC=	enable -z relro in ELF linker by default
Lines 111-114 Link Here
111
	@${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts
115
	@${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts
112
.endif
116
.endif
113
117
118
.if defined(MAINTAINER_MODE)
119
full-regression-test: build
120
	cd ${TEST_WRKSRC}; ${MAKE_CMD} -sk check \
121
	    ; ${WRKSRC}/contrib/test_summary
122
.endif
123
114
.include <bsd.port.post.mk>
124
.include <bsd.port.post.mk>

Return to bug 212289