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

(-)b/net/relayd/Makefile (-1 / +2 lines)
Lines 43-48 post-install: Link Here
43
STAGEDIR_libressl!=	${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl
43
STAGEDIR_libressl!=	${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/libressl
44
. endif
44
. endif
45
BUILD_DEPENDS+=	${NONEXISTENT}:security/libressl:stage
45
BUILD_DEPENDS+=	${NONEXISTENT}:security/libressl:stage
46
.endif # SSL_DEFAULT
47
46
CFLAGS+=	-I${STAGEDIR_libressl}${LOCALBASE}/include
48
CFLAGS+=	-I${STAGEDIR_libressl}${LOCALBASE}/include
47
49
48
post-configure:
50
post-configure:
Lines 50-55 post-configure: Link Here
50
		 ${WRKSRC}/relayd/Makefile
52
		 ${WRKSRC}/relayd/Makefile
51
	${REINPLACE_CMD} 's|-lcrypto|${STAGEDIR_libressl}${LOCALBASE}/lib/libcrypto.a|g' \
53
	${REINPLACE_CMD} 's|-lcrypto|${STAGEDIR_libressl}${LOCALBASE}/lib/libcrypto.a|g' \
52
		${WRKSRC}/relayd/Makefile
54
		${WRKSRC}/relayd/Makefile
53
.endif # SSL_DEFAULT
54
55
55
.include <bsd.port.post.mk>
56
.include <bsd.port.post.mk>

Return to bug 239860