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

(-)Makefile (-3 / +2 lines)
Lines 38-44 Link Here
38
		--stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \
38
		--stagingdir "${STAGEDIR}${PREFIX}" --with-execinfo \
39
		--system-name ${OPSYS}
39
		--system-name ${OPSYS}
40
40
41
USES=		perl5 gmake tar:bzip2 readline compiler:c++11-lib libedit
41
USES=		compiler:c++11-lib execinfo gmake perl5 readline tar:bzip2
42
USE_OPENSSL=	yes
42
USE_OPENSSL=	yes
43
USE_RUBY=	yes
43
USE_RUBY=	yes
44
RUBY_NO_RUN_DEPENDS=	yes
44
RUBY_NO_RUN_DEPENDS=	yes
Lines 63-70 Link Here
63
63
64
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
65
65
66
.if ${OSVERSION} < 1000000
66
.if !exists(/usr/lib/libexecinfo.so)
67
LIB_DEPENDS+=		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
68
CONFIGURE_ARGS+=	--with-opt-dir "${LOCALBASE}"
67
CONFIGURE_ARGS+=	--with-opt-dir "${LOCALBASE}"
69
.endif
68
.endif
70
69

Return to bug 205953